diff --git a/run_mlflow_server.ps1 b/run_mlflow_server.ps1 index 014edbb..91e668b 100644 --- a/run_mlflow_server.ps1 +++ b/run_mlflow_server.ps1 @@ -6,7 +6,7 @@ $DEFAULT_ARTIFACT_ROOT = "./mlflow/mlartifacts/" $MLFLOW_PORT = if ($env:MLFLOW_PORT) { $env:MLFLOW_PORT } else { 5000 } -New-Item -ItemType Directory -Force -Path $DEFAULT_ARTIFACTS_ROOT | Out-Null +New-Item -ItemType Directory -Force -Path $DEFAULT_ARTIFACT_ROOT | Out-Null & mlflow server ` --backend-store-uri="$BACKEND_URI" `