Skip to content
Snippets Groups Projects
Commit e545ec16 authored by Cedric Verstege's avatar Cedric Verstege
Browse files

Update basic container

parent 073c4c6b
No related branches found
No related tags found
No related merge requests found
ARG REGISTRY=quay.io
ARG OWNER=jupyter
ARG BASE_CONTAINER=$REGISTRY/$OWNER/scipy-notebook
ARG TAG=2024-10-21
ARG BASE_CONTAINER=$REGISTRY/$OWNER/scipy-notebook:$TAG
FROM $BASE_CONTAINER
LABEL maintainer="Faculty of Physics, KIT"
......@@ -13,11 +14,12 @@ USER ${NB_UID}
# Install Python 3 packages
RUN python -m pip install --no-cache-dir \
'kafe2==2.8.3' \
'PhyPraKit==1.2.7' && \
'kafe2==2.9.0' \
'PhyPraKit==1.2.8' && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
USER ${NB_UID}
WORKDIR "${HOME}"
\ No newline at end of file
WORKDIR "${HOME}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment