Tomtom84 commited on
Commit
755842e
·
verified ·
1 Parent(s): 49ee602

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 # ✔ Runtime‑Variante, 3.4 GB :contentReference[oaicite:0]{index=0}
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 && \