Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ ENV PYTHONUNBUFFERED 1
|
|
9 |
RUN mkdir -p /home/app/staticfiles/app/uploaded_videos/
|
10 |
WORKDIR /app
|
11 |
COPY ./requirements.txt /app/requirements.txt
|
12 |
-
RUN python -m pip install --upgrade pip
|
13 |
RUN pip install cmake
|
14 |
RUN pip install opencv-python==4.2.0.32
|
15 |
RUN pip install -r requirements.txt
|
|
|
9 |
RUN mkdir -p /home/app/staticfiles/app/uploaded_videos/
|
10 |
WORKDIR /app
|
11 |
COPY ./requirements.txt /app/requirements.txt
|
12 |
+
# RUN python -m pip install --upgrade pip
|
13 |
RUN pip install cmake
|
14 |
RUN pip install opencv-python==4.2.0.32
|
15 |
RUN pip install -r requirements.txt
|