Kaixhin / dockerfiles

Compilation of Dockerfiles with automated builds enabled on the Docker Registry
https://hub.docker.com/u/kaixhin/
MIT License
505 stars 127 forks source link

digits cpu image-add support for data & jobs volumes/host persistence #33

Closed rquintino closed 7 years ago

rquintino commented 7 years ago

Hi, would be cool to add support like in the default nvidia digits gpu dockerfile:

https://gitlab.com/nvidia/digits/blob/master/5.0/Dockerfile

VOLUME /data VOLUME /jobs

ENV DIGITS_JOBS_DIR=/jobs ENV DIGITS_LOGFILE_FILENAME=/jobs/digits.log

great work! regards RQ

Kaixhin commented 7 years ago

Looks good, thanks!

Closed by https://github.com/Kaixhin/dockerfiles/pull/34.