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: ...@@ -35,25 +35,25 @@ tp:
variables: variables:
IMAGE_NAME: "tp" IMAGE_NAME: "tp"
extends: extends:
- ..extend_build_image: - .extend_build_image
python311: python311:
variables: variables:
IMAGE_NAME: "python311" IMAGE_NAME: "python311"
extends: extends:
- ..extend_build_image: - .extend_build_image
basis_jupytermachine: basis_jupytermachine:
variables: variables:
IMAGE_NAME: "basis_jupytermachine" IMAGE_NAME: "basis_jupytermachine"
extends: extends:
- ..extend_build_image: - .extend_build_image
tp_herwig: tp_herwig:
variables: variables:
IMAGE_NAME: "tp_herwig" IMAGE_NAME: "tp_herwig"
extends: extends:
- ..extend_build_image: - .extend_build_image
create_jupytermachine_version: create_jupytermachine_version:
stage: create_jupytermachine_version stage: create_jupytermachine_version
......
...@@ -24,27 +24,27 @@ RUN apt-get update -y && apt-get upgrade -y && \ ...@@ -24,27 +24,27 @@ RUN apt-get update -y && apt-get upgrade -y && \
### installing pip packages ### installing pip packages
RUN pip install numpy \ RUN pip install --upgrade --no-cache-dir \
matplotlib \ numpy \
scipy \ matplotlib \
seaborn \ scipy \
uncertainties \ seaborn \
pyunfold \ uncertainties \
PhyPraKit \ pyunfold \
pandas \ PhyPraKit \
kafe2 \ pandas \
pydot \ kafe2 \
graphviz \ pydot \
scikit-learn \ graphviz \
jupytext \ scikit-learn \
nbgitpuller \ jupytext \
jupyterlab-git \ nbgitpuller \
ipympl \ jupyterlab-git \
pyarrow \ ipympl \
ipywidgets \ pyarrow \
jupyter-server \ ipywidgets \
bash_kernel \ jupyter-server \
--upgrade --no-cache-dir bash_kernel
RUN pip install iminuit --no-cache-dir 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