We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
simul
The text was updated successfully, but these errors were encountered:
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.
PARENT=nvidia/cuda:11.1-cudnn8-devel-ubuntu20.04
PARENT=nvidia/cuda:11.1.1-cudnn8-devel-ubuntu20.04
Sorry, something went wrong.
No branches or pull requests
When I try setup by docker, the error occurred.
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.The text was updated successfully, but these errors were encountered: