hassan526 commited on
Commit
dc756e9
·
verified ·
1 Parent(s): 8be5cae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY --chown=user ./dependency/libttvcore.so /usr/lib
16
  RUN pip3 install gradio==5.23.2 opencv-python numpy fastapi
17
  RUN chmod a+x run_demo.sh
18
 
19
- EXPOSE 9000 7860
20
 
21
  CMD ["./run_demo.sh"]
22
 
 
16
  RUN pip3 install gradio==5.23.2 opencv-python numpy fastapi
17
  RUN chmod a+x run_demo.sh
18
 
19
+ EXPOSE 8000 7860
20
 
21
  CMD ["./run_demo.sh"]
22