Spaces:
Sleeping
Sleeping
remove some options in Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -43,8 +43,6 @@ 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 |
-
--allowed-hosts "*" \
|
| 47 |
-
--cors-allowed-origins "*" \
|
| 48 |
--x-frame-options NONE
|
| 49 |
|
| 50 |
|
|
|
|
| 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 |
|