Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions vre-swan-cern/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="swan-admins@cern.ch"
ARG NB_UID="1000"
ARG BUILD_TAG=daily
ENV VERSION_DOCKER_IMAGE=$BUILD_TAG
ENV RUCIO_JUPYTERLAB_VERSION="1.3.1"
ENV RUCIO_JUPYTERLAB_VERSION="1.4.0"

RUN echo "Building swan-cern image with tag ${VERSION_DOCKER_IMAGE} from parent tag ${VERSION_PARENT}."

Expand Down Expand Up @@ -34,10 +34,6 @@ RUN pip install --no-deps --no-cache-dir rucio-jupyterlab==${RUCIO_JUPYTERLAB_VE
RUN pip install --no-deps --no-cache-dir --target ${SWAN_LIB_DIR}/nb_term_lib \
swandaskcluster==3.1.0

# Overwrite Python configuration, including section for the VRE
# Add jupyter notebook configuration
ADD python/jupyter_server_config.py /home/${NB_USER}/.jupyter/jupyter_server_config.py

# Add helper scripts
COPY scripts/others/* /srv/singleuser/

Expand Down
46 changes: 0 additions & 46 deletions vre-swan-cern/python/jupyter_server_config.py

This file was deleted.

163 changes: 0 additions & 163 deletions vre-swan/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions vre-swan/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions vre-swan/config/kernel.json

This file was deleted.

26 changes: 0 additions & 26 deletions vre-swan/patches/jupyter_server_proxy.diff

This file was deleted.

75 changes: 0 additions & 75 deletions vre-swan/python/configure_kernels_and_terminal.py

This file was deleted.

Loading