Loading Dockerfile +3 −0 Original line number Original line Diff line number Diff line Loading @@ -47,5 +47,8 @@ RUN useradd -u 1000 --create-home jovyan WORKDIR /home/jovyan WORKDIR /home/jovyan USER 1000 USER 1000 # Symlink persistent storage RUN ln -s /media/persistent-storage /home/jovyan/persistent-storage # Download datasets # Download datasets RUN python3.8 -m scripts.download_datasets RUN python3.8 -m scripts.download_datasets Loading
Dockerfile +3 −0 Original line number Original line Diff line number Diff line Loading @@ -47,5 +47,8 @@ RUN useradd -u 1000 --create-home jovyan WORKDIR /home/jovyan WORKDIR /home/jovyan USER 1000 USER 1000 # Symlink persistent storage RUN ln -s /media/persistent-storage /home/jovyan/persistent-storage # Download datasets # Download datasets RUN python3.8 -m scripts.download_datasets RUN python3.8 -m scripts.download_datasets