Skip to content

Commit

Permalink
update python3 ex in container
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Aug 13, 2024
1 parent 688206f commit 6265f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/rucio-noise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL org.label-schema.build-date=${BUILD_DATE}
# Workdir is /home
COPY produce_noise.sh requirements.txt rses.txt /home/
RUN chmod +x ./produce_noise.sh
RUN python -m pip install -r /home/requirements.txt
RUN python3 -m pip install -r /home/requirements.txt

ENTRYPOINT ["/bin/bash"]

0 comments on commit 6265f57

Please sign in to comment.