deepak191z commited on
Commit
ef6684d
·
verified ·
1 Parent(s): 4ee5e7c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=URL,mode=0444,required=true \
17
  RUN python -m venv shared_venv && \
18
  shared_venv/bin/pip install --upgrade pip && \
19
  shared_venv/bin/pip install --no-cache-dir -r requirements.txt && \
20
- shared_venv/bin/pip install --no-cache-dir numpy opencv-python-headless && \
21
  shared_venv/bin/python -m pip list > /app/pip_list.txt
22
 
23
  EXPOSE 7860
 
17
  RUN python -m venv shared_venv && \
18
  shared_venv/bin/pip install --upgrade pip && \
19
  shared_venv/bin/pip install --no-cache-dir -r requirements.txt && \
20
+ shared_venv/bin/pip install --no-cache-dir numpy && \
21
  shared_venv/bin/python -m pip list > /app/pip_list.txt
22
 
23
  EXPOSE 7860