-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Unable to run the voltaml/volta_diffusion:v0.1 docker image #3
Comments
Same issue here, found an issue related to this on nvidia-docker repo NVIDIA/nvidia-container-toolkit#289 I made a Dockerfile containing this
and executed it with And it seems to work |
Added the Dockerfile. Please check and close the issue if its working. |
Tried building with the command by using your Dockerfile
Please add instructions in the readme if the command is not correct |
Download this file
|
Updated to docker v0.2. Please test |
This is probably because when
--gpus=all
is specified, the Docker engine will try and mount all the nvidia & cuda bits & pieces into the container. But some of the files in the image (e.g./usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1
) are actually links rather than files, so the mounting process is not successful.Please can you open source the
Dockerfile
as well.The text was updated successfully, but these errors were encountered: