-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how update or upgrade docker image pull herbal3d/convoar to yours #10
Comments
My experience with Docker is that it will use the local image and not check and pull for the latest image when doing a "docker run". So you have to pull the latest image locally (the command you specified above) before doing a "docker run ..." to make sure you have the latest image. |
Looking at the docker doc, there is "docker build --pull" that will pull attempt to pull the latest version of the base image. "docker run --pull OPT ..." has OPT="missing", "always", and "never". There is an argument to be made for not forcing update (you have a version that works and wouldn't like an automatic upgrade) and for forcing the image update (being surprised by old bugs). I will mention that feature in the README |
and this to
how solve this? |
i run this:
i dont know if is fine that... https://gist.github.com/johnfelipe/453e7b4a2f0bfea5fb94fd8eec32836e |
that's a pretty complex scene. Is this view in Blender? |
No that is from online viewer |
with that command i have issues
how solve this?
The text was updated successfully, but these errors were encountered: