We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa48779 commit 43a8980Copy full SHA for 43a8980
Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
25
libatlas-base-dev libhdf5-dev libavutil-dev libswresample-dev libavcodec-dev libavformat-dev libswscale-dev \
26
&& mkdir -p /nefarious-db \
27
&& python -m venv /env \
28
- && /env/bin/pip install -U pip \
+ && /env/bin/pip install --force-reinstall -v "pip==24.0" \
29
&& /env/bin/pip install --no-cache-dir --only-binary :all: --extra-index-url https://www.piwheels.org/simple -r requirements.txt \
30
&& /env/bin/python manage.py collectstatic --no-input \
31
&& apt-get autoremove -y \
0 commit comments