Update docker-compose.yml

This commit is contained in:
Tomasz Dłuski
2023-11-06 10:51:20 +01:00
committed by GitHub
parent 740bfec7f4
commit 723782dc1d

View File

@@ -71,8 +71,7 @@ services:
build: build:
context: ./test_experiment context: ./test_experiment
dockerfile: Dockerfile dockerfile: Dockerfile
platforms: platform: linux/amd64 # once continuumio/miniconda3:latest image work on native aarch64 (arm), remove this line
- "linux/amd64" # once continuumio/miniconda3:latest image work on native aarch64 (arm), remove this line
depends_on: depends_on:
- "mlflow" - "mlflow"
environment: environment: