Spaces:
Sleeping
Sleeping
add --x-frame-options NONE in Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -44,6 +44,7 @@ CMD mlflow server -p $PORT \
|
|
| 44 |
--backend-store-uri $BACKEND_STORE_URI \
|
| 45 |
--default-artifact-root $ARTIFACT_STORE_URI \
|
| 46 |
--allowed-hosts "*" \
|
| 47 |
-
--cors-allowed-origins "*"
|
|
|
|
| 48 |
|
| 49 |
|
|
|
|
| 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 |
|