You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am working on replicating your model. However, I meet the issue in setting up the docker environment. The issue is "Fatal error: you must specify '--save', '--no-save' or '--vanilla'" After I set up the image and run the image.
Could you please provide the guidelines on how to set up the docker environment for me?
The text was updated successfully, but these errors were encountered:
As CIRCA is not designed to be a web service, I did not specify what a Docker container should do.
Please try to append the following two instructions into your Dockerfile.
Notice that a Docker container may still stop immediately with this patch.
Suppose that the tag of the built image is circa:latest. Execute sudo docker run -it circa:latest bash to do what you want inside the created container.
Hi, I am working on replicating your model. However, I meet the issue in setting up the docker environment. The issue is "Fatal error: you must specify '--save', '--no-save' or '--vanilla'" After I set up the image and run the image.
Could you please provide the guidelines on how to set up the docker environment for me?
The text was updated successfully, but these errors were encountered: