Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
FROM huggingfacedg/
|
2 |
|
3 |
# Set data dir under persisted volume (if enabled)
|
4 |
-
ENV DATA_DIR /data/
|
5 |
|
6 |
# Configure HF cache to the persisted volume
|
7 |
ENV HF_HOME /data/hf_cache
|
|
|
1 |
+
FROM huggingfacedg/sheets-dev:main
|
2 |
|
3 |
# Set data dir under persisted volume (if enabled)
|
4 |
+
ENV DATA_DIR /data/sheets
|
5 |
|
6 |
# Configure HF cache to the persisted volume
|
7 |
ENV HF_HOME /data/hf_cache
|