SamMec commited on
Commit
ad2fc36
·
1 Parent(s): be9703b

remove some options in Dockerfile

Browse files
Files changed (1) hide show
  1. 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