frascuchon HF Staff commited on
Commit
580c0b0
·
verified ·
1 Parent(s): a8da263

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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