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

include bash_kernel in all images

parent fc701ca6
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ variables:
rules:
- changes:
- $IMAGE_NAME/Dockerfile
- basis/*
before_script:
- docker login -u $DOCKER_HUB_USER -p $DOCKER_TOKEN
script:
......
......@@ -25,7 +25,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
### installing pip packages
RUN pip install numpy seaborn scipy matplotlib uncertainties pyunfold PhyPraKit pandas\
kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server --upgrade --no-cache-dir
kafe2 pydot graphviz scikit-learn jupytext nbgitpuller jupyterlab-git ipympl pyarrow ipywidgets jupyter-server bash_kernel --upgrade --no-cache-dir
RUN pip install iminuit --no-cache
......
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