Skip to content

Commit

Permalink
adding github actions to automatic model deployment with mlflow and t…
Browse files Browse the repository at this point in the history
…esting12
  • Loading branch information
ruralkan committed Oct 12, 2024
1 parent 6b88ae9 commit f8323bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- 9000:9000
- 9001:9001
volumes:
- ${PWD}/include/minio:/data
- include/minio:/data
extra_hosts:
- "host.docker.internal:host-gateway"
restart: always
Expand All @@ -31,7 +31,7 @@ services:
- airflow
command: bash -c '(pip install -q boto3) && (mlflow server --host 0.0.0.0 --backend-store-uri sqlite:////data/mlflow_backend.db --default-artifact-root s3://mlflowdata)'
volumes:
- ${PWD}/include/mlflow:/data
- include/mlflow:/data
ports:
- 5000:5000
extra_hosts:
Expand All @@ -43,9 +43,9 @@ services:
networks:
- airflow
volumes:
- ${PWD}/include/mlflow:/data
- ${PWD}/include/models:/models
- ${PWD}/include/data:/datasets
- include/mlflow:/data
- include/models:/models
- include/data:/datasets

ports:
- "8000:8000"
Expand Down

0 comments on commit f8323bf

Please sign in to comment.