mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
dev commit
This commit is contained in:
7
another/scripts/run.sh
Normal file
7
another/scripts/run.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
mlflow server \
|
||||
--file-store $FILE_STORE \
|
||||
--default-artifact-root $ARTIFACT_STORE \
|
||||
--host $SERVER_HOST \
|
||||
--port $SERVER_PORT
|
||||
Reference in New Issue
Block a user