Spaces:
Runtime error
Runtime error
fix: correct CUDA base image tag to 12.4.1
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM nvidia/cuda:12.4.
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
python3 python3-pip git \
|
|
|
|
| 1 |
+
FROM nvidia/cuda:12.4.1-cudnn-runtime-ubuntu22.04
|
| 2 |
|
| 3 |
RUN apt-get update && apt-get install -y \
|
| 4 |
python3 python3-pip git \
|