Skip to content

Commit

Permalink
chore: Lock in pip to version 24.0
Browse files Browse the repository at this point in the history
* Installing pip 24.0 to avoid build failure see [pypa/pip#12063](pypa/pip#12063)
* FIxes Issue #294

Issue: #294
  • Loading branch information
disaac committed Jul 1, 2024
1 parent fa48779 commit 43a8980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libatlas-base-dev libhdf5-dev libavutil-dev libswresample-dev libavcodec-dev libavformat-dev libswscale-dev \
&& mkdir -p /nefarious-db \
&& python -m venv /env \
&& /env/bin/pip install -U pip \
&& /env/bin/pip install --force-reinstall -v "pip==24.0" \
&& /env/bin/pip install --no-cache-dir --only-binary :all: --extra-index-url https://www.piwheels.org/simple -r requirements.txt \
&& /env/bin/python manage.py collectstatic --no-input \
&& apt-get autoremove -y \
Expand Down

0 comments on commit 43a8980

Please sign in to comment.