sheets / Dockerfile
frascuchon's picture
frascuchon HF Staff
Update Dockerfile
580c0b0 verified
raw
history blame
276 Bytes
FROM huggingfacedg/dataground-dev:main
# Set data dir under persisted volume (if enabled)
ENV DATA_DIR /data/dataground
# Configure HF cache to the persisted volume
ENV HF_HOME /data/hf_cache
# Grant write access to the node app
RUN mkdir /data && chown -R node:node /data