Spaces:
Runtime error
Runtime error
iamtatsuki05
commited on
Commit
•
089c495
1
Parent(s):
07b60bf
Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -91,4 +91,4 @@ RUN poetry config virtualenvs.create true \
|
|
91 |
RUN poetry install --no-dev
|
92 |
RUN poetry install
|
93 |
|
94 |
-
CMD ["poetry", "run", "streamlit", "run", "src/app.py", "--server.port", "7860"
|
|
|
91 |
RUN poetry install --no-dev
|
92 |
RUN poetry install
|
93 |
|
94 |
+
CMD ["poetry", "run", "streamlit", "run", "src/app.py", "--server.port", "7860"]
|