Files
mlflow-docker-minio/another/scripts/run.sh
Tomasz Dłuski 0f002cf097 dev commit
2020-08-23 14:48:38 +02:00

8 lines
154 B
Bash

#!/bin/sh
mlflow server \
--file-store $FILE_STORE \
--default-artifact-root $ARTIFACT_STORE \
--host $SERVER_HOST \
--port $SERVER_PORT