|
|
|
@ -44,7 +44,7 @@ RUN curl -sL https://ffmpeg.org/releases/ffmpeg-${FFMPEG_VERSION}.tar.bz2 --outp
|
|
|
|
# Install requirements
|
|
|
|
# Install requirements
|
|
|
|
RUN python3 -m venv /opt/venv
|
|
|
|
RUN python3 -m venv /opt/venv
|
|
|
|
ENV PATH="/opt/venv/bin:${PATH}"
|
|
|
|
ENV PATH="/opt/venv/bin:${PATH}"
|
|
|
|
RUN python3 -m pip install --no-cache-dir -U pip==20.0.1 setuptools==49.6.0 wheel==0.35.1
|
|
|
|
RUN python3 -m pip install --no-cache-dir -U pip==21.0.1 setuptools==53.0.0 wheel==0.36.2
|
|
|
|
COPY cvat/requirements/ /tmp/requirements/
|
|
|
|
COPY cvat/requirements/ /tmp/requirements/
|
|
|
|
RUN DATUMARO_HEADLESS=1 python3 -m pip install --no-cache-dir -r /tmp/requirements/${DJANGO_CONFIGURATION}.txt
|
|
|
|
RUN DATUMARO_HEADLESS=1 python3 -m pip install --no-cache-dir -r /tmp/requirements/${DJANGO_CONFIGURATION}.txt
|
|
|
|
|
|
|
|
|
|
|
|
|