mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
8 lines
154 B
Bash
8 lines
154 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
mlflow server \
|
||
|
|
--file-store $FILE_STORE \
|
||
|
|
--default-artifact-root $ARTIFACT_STORE \
|
||
|
|
--host $SERVER_HOST \
|
||
|
|
--port $SERVER_PORT
|