diff --git a/images/scipy-ml-notebook/Dockerfile b/images/scipy-ml-notebook/Dockerfile index 62a751c5..91707b89 100644 --- a/images/scipy-ml-notebook/Dockerfile +++ b/images/scipy-ml-notebook/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_TAG=latest -FROM ghcr.io/ucsd-ets/datascience-notebook:main +FROM ghcr.io/ucsd-ets/datascience-notebook:$BASE_TAG USER root @@ -55,11 +55,6 @@ RUN mamba install -c "nvidia/label/cuda-11.8.0" cuda-nvcc \ fix-permissions /home/$NB_USER && \ mamba clean -a -y -RUN mamba install nccl -c conda-forge -y && \ - fix-permissions $CONDA_DIR && \ - fix-permissions /home/$NB_USER && \ - mamba clean -a -y - # install protobuf to avoid weird base type error. seems like if we don't then it'll be installed twice. # https://github.com/spesmilo/electrum/issues/7825 # pip cache purge didnt work here for some reason.