Skip to content

Commit

Permalink
chore: Update cvmfs-venv to v0.0.7 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Jun 26, 2024
1 parent b4fbedb commit 8dc7aec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lock:
--user 1000:1000 \
--volume $(shell pwd)/docker:/workdir \
tmp/analysisbase:rel25-lockfile-builder \
bash -c 'bash <(curl -sL https://raw.githubusercontent.com/matthewfeickert/cvmfs-venv/v0.0.5/cvmfs-venv.sh) && \
bash -c 'bash <(curl -sL https://raw.githubusercontent.com/matthewfeickert/cvmfs-venv/v0.0.7/cvmfs-venv.sh) && \
. venv/bin/activate && \
python -m pip --no-cache-dir install --upgrade uv && \
uv pip compile --generate-hashes --output-file=requirements.lock requirements.txt && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --chown=atlas /docker/entrypoint.sh /entrypoint.sh
COPY --chown=atlas /docker/cmd.sh /cmd.sh

RUN echo -e '\n# Activate python virtual environment\nif [ -d /venv/bin ]; then\n . /venv/bin/activate\nfi' >> /release_setup.sh && \
bash <(curl -sL https://raw.githubusercontent.com/matthewfeickert/cvmfs-venv/v0.0.5/cvmfs-venv.sh) /venv && \
bash <(curl -sL https://raw.githubusercontent.com/matthewfeickert/cvmfs-venv/v0.0.7/cvmfs-venv.sh) /venv && \
chown -R atlas /venv && \
. /release_setup.sh && \
python -m pip --no-cache-dir install --upgrade pip setuptools wheel && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.lockfile-builder
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL [ "/bin/bash", "-c" ]
USER root

RUN printf '\n# Activate python virtual environment\nif [ -d /venv/bin ]; then\n . /venv/bin/activate\nfi\n' >> /release_setup.sh && \
bash <(curl -sL https://raw.githubusercontent.com/matthewfeickert/cvmfs-venv/v0.0.5/cvmfs-venv.sh) /venv && \
bash <(curl -sL https://raw.githubusercontent.com/matthewfeickert/cvmfs-venv/v0.0.7/cvmfs-venv.sh) /venv && \
chown -R atlas /venv && \
. /release_setup.sh && \
python -m pip --no-cache-dir install --upgrade pip setuptools wheel && \
Expand Down

0 comments on commit 8dc7aec

Please sign in to comment.