Spaces:
Sleeping
Sleeping
remove options about allowed cors in Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -43,6 +43,7 @@ CMD mlflow server -p $PORT \
|
|
| 43 |
--host 0.0.0.0 \
|
| 44 |
--backend-store-uri $BACKEND_STORE_URI \
|
| 45 |
--default-artifact-root $ARTIFACT_STORE_URI \
|
|
|
|
| 46 |
--x-frame-options NONE
|
| 47 |
|
| 48 |
|
|
|
|
| 43 |
--host 0.0.0.0 \
|
| 44 |
--backend-store-uri $BACKEND_STORE_URI \
|
| 45 |
--default-artifact-root $ARTIFACT_STORE_URI \
|
| 46 |
+
--allowed-hosts "*" \
|
| 47 |
--x-frame-options NONE
|
| 48 |
|
| 49 |
|