Spaces:
Runtime error
Runtime error
iamtatsuki05
commited on
Synced repo using 'sync_with_huggingface' Github Action
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -96,4 +96,4 @@ RUN poetry config virtualenvs.create true \
|
|
96 |
RUN poetry install --no-dev
|
97 |
RUN poetry install
|
98 |
|
99 |
-
CMD ["poetry", "run", "streamlit", "run", "src/app.py", "--server.port", "7860"
|
|
|
96 |
RUN poetry install --no-dev
|
97 |
RUN poetry install
|
98 |
|
99 |
+
CMD ["poetry", "run", "streamlit", "run", "src/app.py", "--server.port", "7860"]
|