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

Update Dockerfile

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