From 75d4f2833f52c886454c3993d64323e12d3eebbd Mon Sep 17 00:00:00 2001 From: Christian Winter <c.winter@kit.edu> Date: Tue, 31 Oct 2023 15:23:57 +0000 Subject: [PATCH] add vector package to tp image and configure the ci to also build herwig image if the basis Dockerfile changes --- .gitlab-ci.yml | 1 + tp/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9507b8b..ed67c79 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,6 +70,7 @@ tp_herwig: - changes: - $IMAGE_NAME/Dockerfile - tp/* + - basis/* create_jupytermachine_version: stage: create_jupytermachine_version diff --git a/tp/Dockerfile b/tp/Dockerfile index a700611..fc16715 100755 --- a/tp/Dockerfile +++ b/tp/Dockerfile @@ -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 -- GitLab