Spaces:
Runtime error
Runtime error
CarolinePascal
commited on
fix(docker image): fix docker image name
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nvidia/cuda:12.1.
|
2 |
|
3 |
# System deps
|
4 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
|
1 |
+
FROM nvidia/cuda:12.1.1-runtime-ubuntu22.04
|
2 |
|
3 |
# System deps
|
4 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|