Skip to content

Commit

Permalink
Updated Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gert-Jan committed Jul 5, 2019
1 parent c224b6a commit e75a26b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config_template/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
FROM nvcr.io/nvidia/pytorch:19.06-py3

RUN conda install --quiet --yes -c conda-forge nodejs &&\
conda clean --all -f -y &&\
jupyter labextension install @jupyterlab/toc &&\
npm cache clean --force

0 comments on commit e75a26b

Please sign in to comment.