We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5e32e commit cd80c6eCopy full SHA for cd80c6e
.github/workflows/mlflow-js.yaml
@@ -34,8 +34,8 @@ jobs:
34
35
- name: Run MLflow server
36
run: |
37
- docker run -d -p 5001:5002 --name mlflow-container ghcr.io/mlflow/mlflow:latest mlflow server --host 0.0.0.0 --port 5002
38
- sleep 10
+ docker run -d -p 5002:5002 --name mlflow-container ghcr.io/mlflow/mlflow:latest mlflow server --host 0.0.0.0 --port 5002
+ sleep 30
39
40
- name: Run tests
41
working-directory: ./mlflow
0 commit comments