Spaces:
Running
Running
File size: 276 Bytes
2cfb02f 7f23629 4edbaf7 2d166cd 580c0b0 a8da263 4edbaf7 |
1 2 3 4 5 6 7 8 9 10 11 |
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
|