Skip to content
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

manifest for nvidia error #3

Open
psh9002 opened this issue Aug 16, 2022 · 1 comment
Open

manifest for nvidia error #3

psh9002 opened this issue Aug 16, 2022 · 1 comment

Comments

@psh9002
Copy link

psh9002 commented Aug 16, 2022

When I try setup by docker, the error occurred.

(simul) bak@bak:~/Projects/metamorph$ ./scripts/build_docker.sh
+ TAG=metamorph
+ PARENT=nvidia/cuda:11.1-cudnn8-devel-ubuntu20.04
+ INSTALL_SCRIPT=install_gpu_deps
++ id -u
+ USER_ID=1000
+ docker build -f docker/Dockerfile --build-arg PARENT_IMAGE=nvidia/cuda:11.1-cudnn8-devel-ubuntu20.04 --build-arg INSTALL_SCRIPT=install_gpu_deps --build-arg USER_ID=1000 -t metamorph .
Sending build context to Docker daemon  122.9MB
Step 1/35 : ARG PARENT_IMAGE
Step 2/35 : FROM $PARENT_IMAGE
manifest for nvidia/cuda:11.1-cudnn8-devel-ubuntu20.04 not found: manifest unknown: manifest unknown

Should I have to install cuda 11.1, cudnn8-devel version?

I created conda environment named simul. After the above error occurred, I installed cuda11.7 but it doesn't work.

@psh9002
Copy link
Author

psh9002 commented Aug 20, 2022

In ./scripts/build_docker.sh,
PARENT=nvidia/cuda:11.1-cudnn8-devel-ubuntu20.04 have to modify into PARENT=nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant