We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61b917 commit becc543Copy full SHA for becc543
.github/workflows/mlflow-js.yaml
@@ -4,6 +4,9 @@ on:
4
branches:
5
- main
6
- dev
7
+ push:
8
+ branches:
9
+ - ci-flow
10
11
jobs:
12
build-and-test:
@@ -28,6 +31,7 @@ jobs:
28
31
- name: Set up Docker Buildx
29
32
uses: docker/setup-buildx-action@v3
30
33
34
+ # will i get a denied error because image on GHCR now requires authentication?
35
- name: Run MLflow server
36
run: |
37
docker run -d -p 5002:5002 --name mlflow-container ghcr.io/mlflow/mlflow:latest mlflow server --host 0.0.0.0 --port 5002
0 commit comments