Skip to content

Commit

Permalink
Change artifact root
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnum committed Aug 13, 2023
1 parent fbf263d commit d803c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN pip install -r requirements.txt

EXPOSE 5000

CMD ["sh", "-c", "mlflow server --backend-store-uri sqlite:////mlruns/mlflow.db --default-artifact-root file:///mlruns --host=0.0.0.0"]
CMD ["sh", "-c", "mlflow server --backend-store-uri sqlite:////mlruns/mlflow.db --default-artifact-root ftp://user:123@artifact --host=0.0.0.0"]

0 comments on commit d803c6c

Please sign in to comment.