Skip to content

Commit

Permalink
set base image to use quay.io image as dockerhub image is no longer u…
Browse files Browse the repository at this point in the history
…pdated
  • Loading branch information
b08x committed Apr 9, 2024
1 parent 41c12f1 commit d2a0ca1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE_TAG=f3079808ca8c
FROM jupyter/datascience-notebook:$BASE_IMAGE_TAG
ARG BASE_IMAGE_TAG=latest
FROM quay.io/jupyter/datascience-notebook:$BASE_IMAGE_TAG

LABEL maintainer="Robert Pannick <[email protected]>"
LABEL contributor="Kenta Murata <[email protected]>"
Expand Down Expand Up @@ -136,9 +136,6 @@ RUN echo "gem: --user-install" >> /etc/gemrc && \

USER $NB_UID

RUN conda update -n base -c conda-forge conda -y && \
conda install -c conda-forge jupyterlab jupyterlab-git -y

RUN echo "[[ -f ~/.env ]] && source ~/.env" >> $HOME/.bashrc && \
echo "gem: --user-install" >> $HOME/.gemrc

Expand Down

0 comments on commit d2a0ca1

Please sign in to comment.