Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
smburbach committed Aug 12, 2024
1 parent 8b6dc7d commit 3099ea3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion jupyterhub/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN apt-get update --yes \
# https://github.com/krallin/tini#why-tini for details.
tini \
gnupg \
gnupg1 \
gnupg2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down
20 changes: 1 addition & 19 deletions kubeflow/jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ USER root
# set shell to bash
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# node.js setup script - version 20
# RUN curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh \
# && bash -c 'DISTRO=jammy bash nodesource_setup.sh' \
# && cat /etc/apt/sources.list.d/nodesource.list

# RUN apt --yes update \
# && apt --yes install --no-install-recommends \
# nodejs \
# # for cython: https://cython.readthedocs.io/en/latest/src/quickstart/install.html
# # build-essential \
# # for latex labels
# cm-super \
# dvipng \
# # for matplotlib anim
# ffmpeg \
# && apt clean \
# && rm -rf /var/lib/apt/lists/*

RUN curl -sL "https://deb.nodesource.com/gpgkey/nodesource.gpg.key" | apt-key add - \
&& echo "deb https://deb.nodesource.com/node_20.x jammy main" > /etc/apt/sources.list.d/nodesource.list \
&& cat /etc/apt/sources.list.d/nodesource.list
Expand All @@ -48,7 +30,7 @@ RUN apt --yes update \
&& apt clean \
&& rm -rf /var/lib/apt/lists/*

RUN node -v
RUN node -v

# jupyter
RUN wget --directory-prefix="${REQUIREMENTS_DIR}" https://raw.githubusercontent.com/briney/containers/main/requirements/jupyter_mamba.txt \
Expand Down

0 comments on commit 3099ea3

Please sign in to comment.