Skip to content

Commit

Permalink
Explicitly activate for uv
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 25, 2024
1 parent aea3673 commit b085dd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get -qq -y update && \
apt-get -y autoremove && \
rm -rf /var/lib/apt/lists/* && \
python -m venv /usr/local/venv && \
. /usr/local/venv/bin/activate && \
cd /code && \
python -m pip --no-cache-dir install --upgrade uv && \
uv pip install --no-cache --upgrade pip setuptools wheel && \
Expand Down

0 comments on commit b085dd8

Please sign in to comment.