Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
4838762
1
Parent(s):
b009f6b
git lfs to dockerfile
Browse files- 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
|