Update Dockerfile
Browse files- Dockerfile +1 -5
Dockerfile
CHANGED
@@ -20,8 +20,4 @@ RUN pip3 install --no-cache-dir -r pre-requirements.txt
|
|
20 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
21 |
|
22 |
EXPOSE 8501
|
23 |
-
CMD streamlit run app.py
|
24 |
-
--server.headless true \
|
25 |
-
--server.enableCORS false \
|
26 |
-
--server.enableXsrfProtection false \
|
27 |
-
--server.fileWatcherType none
|
|
|
20 |
RUN pip3 install --no-cache-dir -r requirements.txt
|
21 |
|
22 |
EXPOSE 8501
|
23 |
+
CMD streamlit run app.py
|
|
|
|
|
|
|
|