Spaces:
Sleeping
Sleeping
datnguyentien204
commited on
Commit
•
b1fbf3d
1
Parent(s):
6164071
Update Dockerfile
Browse files- Dockerfile +7 -7
Dockerfile
CHANGED
@@ -20,11 +20,11 @@ WORKDIR $HOME/app
|
|
20 |
COPY . $HOME/app
|
21 |
|
22 |
EXPOSE 7860
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
|
30 |
-
CMD python yolov10_gr.py
|
|
|
20 |
COPY . $HOME/app
|
21 |
|
22 |
EXPOSE 7860
|
23 |
+
CMD streamlit run yolov10_deploy.py \
|
24 |
+
--server.headless true \
|
25 |
+
--server.port 7860 \
|
26 |
+
--server.enableCORS false \
|
27 |
+
--server.enableXsrfProtection false \
|
28 |
+
--server.fileWatcherType none
|
29 |
|
30 |
+
# CMD python yolov10_gr.py
|