Update Dockerfile
Browse files- 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"]
|