frascuchon HF Staff commited on
Commit
a8da263
·
verified ·
1 Parent(s): 4edbaf7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,5 +3,7 @@ FROM huggingfacedg/dataground-dev:main
3
  # Set data dir under persisted volume (if enabled)
4
  ENV DATA_DIR /data/dataground
5
 
 
 
6
  # Grant write access to the node app
7
  RUN mkdir /data && chown -R node:node /data
 
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
9
  RUN mkdir /data && chown -R node:node /data