Spaces:
Running
Running
add --cors-allowed-origins in Dockerfile
Browse files- Dockerfile +1 -0
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 |
--x-frame-options NONE
|
| 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 |
|