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

Dockerfile "FROM" command failed, failed to solve: nvidia/cuda:9.2 #5

Open
julyfun opened this issue Sep 18, 2023 · 0 comments
Open

Comments

@julyfun
Copy link

julyfun commented Sep 18, 2023

Environment

  • uname -a result
Linux julyfun-Lenovo-XiaoXinAir-14IIL-2020 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
  • GPU

nvidia MX-350, cuda version 12.2 (I was building pyflex in docker so it shouldn't matter)

Error

Running docker build -t cloth-funnels . following README.md.

 => ERROR [internal] load metadata for docker.io/nvidia/cuda:9.2-devel-ubuntu18.04             2.4s
------
 > [internal] load metadata for docker.io/nvidia/cuda:9.2-devel-ubuntu18.04:
------
Dockerfile:3
--------------------
   1 |     # The docker file is built follwing heavily the instructions here:
   2 |     # https://medium.com/@benjamin.botto/opengl-and-cuda-applications-in-docker-af0eece000f1
   3 | >>> FROM nvidia/cuda:9.2-devel-ubuntu18.04
   4 |     
   5 |     # Dependencies for glvnd and X11.
--------------------
ERROR: failed to solve: nvidia/cuda:9.2-devel-ubuntu18.04: docker.io/nvidia/cuda:9.2-devel-ubuntu18.04: not found

Today is 9/18/23 and it seems nvidia/cuda:9.2 is no longer provided by Nvidia official on Dockerhub 😭.

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