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