Skip to content

Commit

Permalink
remove redundant mamba call + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Feb 26, 2024
1 parent 1260193 commit 19143b7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions images/scipy-ml-notebook/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 19143b7

Please sign in to comment.