tristan-deep commited on
Commit
4838762
·
1 Parent(s): b009f6b

git lfs to dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM zeahub/all:v0.0.4
2
 
 
 
3
  RUN pip install --no-cache-dir gradio tyro optuna
4
 
5
  RUN pip install --no-cache-dir --no-deps pytorch_fid
 
1
  FROM zeahub/all:v0.0.4
2
 
3
+ RUN apt-get update && apt-get install -y git-lfs && rm -rf /var/lib/apt/lists/*
4
+
5
  RUN pip install --no-cache-dir gradio tyro optuna
6
 
7
  RUN pip install --no-cache-dir --no-deps pytorch_fid