qgallouedec HF Staff commited on
Commit
b84a650
·
verified ·
1 Parent(s): 2cf5785

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -1 +1,5 @@
1
  FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
 
 
 
 
 
1
  FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel
2
+
3
+ RUN apt-get update \
4
+ && apt-get install -y --no-install-recommends git \
5
+ && rm -rf /var/lib/apt/lists/*