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

add vector package to tp image and configure the ci to also build herwig image...

add vector package to tp image and configure the ci to also build herwig image if the basis Dockerfile changes
parent 7bb5c67c
Branches
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ tp_herwig:
- changes:
- $IMAGE_NAME/Dockerfile
- tp/*
- basis/*
create_jupytermachine_version:
stage: create_jupytermachine_version
......
......@@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
tar -xzf root_v6.28.04.Linux-ubuntu22-x86_64-gcc11.3.tar.gz && \
source root/bin/thisroot.sh
RUN pip install requests-ftp lxml uproot wheel awkward tensorflow --no-cache-dir
RUN pip install requests-ftp lxml uproot wheel awkward tensorflow vector --no-cache-dir
## Switch back to $NB_USER
USER $NB_USER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment