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

debug pipeline again

parent c26fdfb3
Branches
No related tags found
No related merge requests found
......@@ -35,25 +35,25 @@ tp:
variables:
IMAGE_NAME: "tp"
extends:
- ..extend_build_image:
- .extend_build_image
python311:
variables:
IMAGE_NAME: "python311"
extends:
- ..extend_build_image:
- .extend_build_image
basis_jupytermachine:
variables:
IMAGE_NAME: "basis_jupytermachine"
extends:
- ..extend_build_image:
- .extend_build_image
tp_herwig:
variables:
IMAGE_NAME: "tp_herwig"
extends:
- ..extend_build_image:
- .extend_build_image
create_jupytermachine_version:
stage: create_jupytermachine_version
......
......@@ -24,27 +24,27 @@ RUN apt-get update -y && apt-get upgrade -y && \
### installing pip packages
RUN pip install numpy \
matplotlib \
scipy \
seaborn \
uncertainties \
pyunfold \
PhyPraKit \
pandas \
kafe2 \
pydot \
graphviz \
scikit-learn \
jupytext \
nbgitpuller \
jupyterlab-git \
ipympl \
pyarrow \
ipywidgets \
jupyter-server \
bash_kernel \
--upgrade --no-cache-dir
RUN pip install --upgrade --no-cache-dir \
numpy \
matplotlib \
scipy \
seaborn \
uncertainties \
pyunfold \
PhyPraKit \
pandas \
kafe2 \
pydot \
graphviz \
scikit-learn \
jupytext \
nbgitpuller \
jupyterlab-git \
ipympl \
pyarrow \
ipywidgets \
jupyter-server \
bash_kernel
RUN pip install iminuit --no-cache-dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment