Skip to content

Commit

Permalink
commenting out mlflow in docker-compose.yml file for optimisation pur…
Browse files Browse the repository at this point in the history
…poses
  • Loading branch information
tayyib-saddique authored and gecBurton committed May 16, 2024
1 parent e562c33 commit d743d58
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ services:
- utils
volumes:
- ./:/app/:z
mlflow:
image: mlflow_server
build:
context: .
dockerfile: ./mlflow/Dockerfile
args:
- OPENAI_API_KEY=${OPENAI_API_KEY:-}
env_file:
- .env
ports:
- 5010:5010
- 5020:5020
# mlflow:
# image: mlflow_server
# build:
# context: .
# dockerfile: ./mlflow/Dockerfile
# args:
# - OPENAI_API_KEY=${OPENAI_API_KEY:-}
# env_file:
# - .env
# ports:
# - 5010:5010
# - 5020:5020
worker:
image: redbox-worker:latest
build:
Expand Down

0 comments on commit d743d58

Please sign in to comment.