Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,4 +8,6 @@ RUN pip install torch torchvision torchaudio --index-url https://download.pytorc
|
|
8 |
RUN pip install gradio opencv-python pandas ultralytics
|
9 |
|
10 |
COPY --chown=user . /app
|
|
|
|
|
11 |
CMD ["python", "/app/UI/Main.py"]
|
|
|
8 |
RUN pip install gradio opencv-python pandas ultralytics
|
9 |
|
10 |
COPY --chown=user . /app
|
11 |
+
|
12 |
+
EXPOSE 1071
|
13 |
CMD ["python", "/app/UI/Main.py"]
|