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

add not yet working geant4 container

parent 8af9afc4
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
FROM $BASE_CONTAINER
LABEL maintainer="Faculty of Physics, KIT"
# Fix: https://github.com/hadolint/hadolint/wiki/DL4006
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER ${NB_UID}
# Install Python 3 packages
RUN mamba install --yes \
'geant4=11.0.3' && \
mamba clean --all -f -y && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
USER ${NB_UID}
WORKDIR "${HOME}"
# TODO ImportError: libboost_python38.so.1.71.0: cannot open shared object file: No such file or directory
\ No newline at end of file
# Geant4 Notebook
> !!! Python bindings are not working yet
This image build on top of [´jupyter/tensorflow-scipy](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook) and includes all packages installed there.
Additionally, the following packages are installed:
- Geant4
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