Skip to content

Commit

Permalink
Merge pull request #1424 from nikodemas/update_cmsmonpy_image
Browse files Browse the repository at this point in the history
Add rucio-clients lib to image
  • Loading branch information
nikodemas authored Oct 11, 2023
2 parents b63d0b7 + aeb8053 commit 85cccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/cmsmon-py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN yum -y update && \
rm -rf Python-${PY_VERSION}.tgz Python-${PY_VERSION} && \
unset PY_MAJOR && \
cd $WDIR && \
pip install --no-cache-dir click pandas schema stomp.py==7.0.0 && \
pip install --no-cache-dir click pandas rucio-clients schema stomp.py==7.0.0 && \
git clone https://github.com/dmwm/CMSSpark.git && \
git clone https://github.com/dmwm/CMSMonitoring.git && cd CMSMonitoring && git checkout tags/$CMSMONITORING_TAG -b build && cd ..

Expand Down

0 comments on commit 85cccb8

Please sign in to comment.