Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ RUN sqlite3 -init Chinook_Sqlite.sql Chinook.db ""
|
|
| 19 |
COPY script.py .
|
| 20 |
RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
|
| 21 |
|
| 22 |
-
CMD ["streamlit", "run", "script.py", "--server.port", "7860"]
|
|
|
|
| 19 |
COPY script.py .
|
| 20 |
RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
|
| 21 |
|
| 22 |
+
CMD ["streamlit", "run", "script.py", "--server.port", "7860", "--browser.gatherUsageStats", "false"]
|