Spaces:
Sleeping
Sleeping
Lazar Radojevic
commited on
Commit
·
f749c03
1
Parent(s):
0b33204
remove streamlit
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,4 +30,4 @@ COPY --chown=user . .
|
|
30 |
EXPOSE 7860
|
31 |
|
32 |
# Command to run the FastAPI application
|
33 |
-
CMD ["python", "run.py"]
|
|
|
30 |
EXPOSE 7860
|
31 |
|
32 |
# Command to run the FastAPI application
|
33 |
+
CMD ["python", "run.py"]
|