Skip to content
Snippets Groups Projects
Commit 684852c7 authored by Hugo Simon's avatar Hugo Simon
Browse files

fix: Add build args to docker compose external components

parent 24b6d961
No related branches found
No related tags found
1 merge request!34Refactor code to integrate new client types
......@@ -65,7 +65,12 @@ services:
tracking_server:
restart: always
build: ./mlflow
build:
context: ./mlflow
dockerfile: Dockerfile
args:
- http_proxy_arg
- https_proxy_arg
image: mlflow_server
container_name: mlflow_server
depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment