Files
mlflow-docker-minio/another/scripts/run.sh

8 lines
154 B
Bash
Raw Normal View History

2020-08-23 14:48:38 +02:00
#!/bin/sh
mlflow server \
--file-store $FILE_STORE \
--default-artifact-root $ARTIFACT_STORE \
--host $SERVER_HOST \
--port $SERVER_PORT