navpan2 commited on
Commit
a115db6
·
verified ·
1 Parent(s): a0a9b3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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