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