Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# GPU‑fertige Basis mit Python 3.10, CUDA 12.1, cuDNN 8
|
2 |
-
FROM pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime
|
3 |
|
4 |
# System‑Tools (schlank halten!)
|
5 |
RUN apt-get update && \
|
|
|
1 |
# GPU‑fertige Basis mit Python 3.10, CUDA 12.1, cuDNN 8
|
2 |
+
FROM pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime
|
3 |
|
4 |
# System‑Tools (schlank halten!)
|
5 |
RUN apt-get update && \
|