Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Jan 31, 2024
1 parent b0dff56 commit 4f08426
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

ARG BASE_CONTAINER=jupyter/datascience-notebook:hub-3.1.0
#ARG BASE_CONTAINER=032401129069.dkr.ecr.ca-central-1.amazonaws.com/jupyterhub:jupyterlab-all
LABEL maintainer="Ryoko <[email protected]>"
FROM $BASE_CONTAINER

LABEL maintainer="Bala Rao <[email protected]>"
Expand All @@ -30,7 +29,7 @@ RUN apt-get update && \
ldconfig && \
apt-get autoclean && \
apt-get clean && \
apt-get autoremove
apt-get autoremove
USER ${NB_UID}

# Install Conda Packages (Plotly, SageMath)
Expand Down Expand Up @@ -96,7 +95,7 @@ RUN pip install nbgitpuller \
jupyterlab-spreadsheet-editor \
jupyterlab_widgets \
jupyterlab_templates
RUN pip install jupytext --upgrade
RUN pip install jupytext --upgrade


RUN npm cache clean --force && \
Expand Down

0 comments on commit 4f08426

Please sign in to comment.