Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bilyanaaleksic authored Apr 30, 2023
1 parent 2ff5192 commit 63c08bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ RUN conda env create --file /tmp/env.yml && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER
ENV CUDNN_PATH=/opt/conda/envs/cse41305/lib/python3.9/site-packages/nvidia/cudnn
RUN apt-get update -y && \ apt-get -qq install -y --no-install-recommends \ gnuplot
RUN apt-get update -y && \
apt-get -qq install -y --no-install-recommends \ gnuplot
USER jovyan

# RUN conda install -y scikit-learn
Expand Down

0 comments on commit 63c08bd

Please sign in to comment.