Spaces:
Build error
Build error
heikowagner
commited on
Commit
•
efa7637
1
Parent(s):
e25050d
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -47,6 +47,6 @@ RUN chmod 777 /.cache
|
|
47 |
RUN chmod 777 /app/.cache
|
48 |
RUN chmod 777 /app/mymodels
|
49 |
RUN chmod 777 /app/VectorStore/
|
50 |
-
CMD ["streamlit", "run", "app.py", "--server.port=7860"]
|
51 |
#CMD ls -la
|
52 |
EXPOSE 7860
|
|
|
47 |
RUN chmod 777 /app/.cache
|
48 |
RUN chmod 777 /app/mymodels
|
49 |
RUN chmod 777 /app/VectorStore/
|
50 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.headless=false"]
|
51 |
#CMD ls -la
|
52 |
EXPOSE 7860
|