Skip to content

Commit

Permalink
Remove artifacts-destination
Browse files Browse the repository at this point in the history
  • Loading branch information
bhnum committed Aug 13, 2023
1 parent 9da7961 commit b736d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ defaults:
jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
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 ftp://user:123@artifact --artifacts-destination ftp://user:123@artifact --host=0.0.0.0"]
CMD ["sh", "-c", "mlflow server --backend-store-uri sqlite:////mlruns/mlflow.db --default-artifact-root ftp://user:123@artifact --artifacts-destination --host=0.0.0.0"]

0 comments on commit b736d42

Please sign in to comment.