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