dev commit

This commit is contained in:
Tomasz Dłuski
2020-08-23 14:48:38 +02:00
parent 6526c3892f
commit 0f002cf097
6 changed files with 83 additions and 14 deletions

7
another/scripts/run.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
mlflow server \
--file-store $FILE_STORE \
--default-artifact-root $ARTIFACT_STORE \
--host $SERVER_HOST \
--port $SERVER_PORT