blitzkrieg0000 commited on
Commit
bf82ad6
·
verified ·
1 Parent(s): 90c7c9a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
  COPY --chown=user ./requirements.txt requirements.txt
6
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
7
  RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
8
- RUN pip install gradio opencv-python pandas
9
 
10
  COPY --chown=user . /app
11
  CMD ["python", "/app/UI/Main.py"]
 
5
  COPY --chown=user ./requirements.txt requirements.txt
6
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
7
  RUN pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124
8
+ RUN pip install gradio opencv-python pandas ultralytics
9
 
10
  COPY --chown=user . /app
11
  CMD ["python", "/app/UI/Main.py"]