Skip to content
Snippets Groups Projects
Commit 53913b45 authored by Christian Winter's avatar Christian Winter
Browse files

finalize data-analysis-basic container

parent 96e8b1af
No related branches found
No related tags found
No related merge requests found
......@@ -12,10 +12,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER ${NB_UID}
# Install Python 3 packages
RUN mamba install --yes \
'kafe2' \
'PhyPraKit' && \
mamba clean --all -f -y && \
RUN python -m pip install --no-cache-dir \
'kafe2==2.8.3' \
'PhyPraKit==1.2.7' && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
......
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