Skip to content

Commit

Permalink
Add addtional plugins and tools to the container for PUNCH4NFDI
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Dec 11, 2024
1 parent 8a61b2a commit a66bd80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion containers/cobald-tardis-htcondor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ RUN dnf -y update \
&& dnf clean all

RUN python3.11 -m pip install --no-cache-dir --upgrade pip \
&& python3.11 -m pip install --no-cache-dir git+$SOURCE_REPO_URL@$SOURCE_BRANCH
&& python3.11 -m pip install --no-cache-dir git+$SOURCE_REPO_URL@$SOURCE_BRANCH \
&& python3.11 -m pip install --no-cache-dir cobald-hep-plugins \
&& python3.11 -m pip install --no-cache-dir htcondor-queue-poller

WORKDIR /srv

Expand Down

0 comments on commit a66bd80

Please sign in to comment.