Merge pull request #27 from lzd-1230/bugfix/portability_macosm1

fix build problem in macos m1
This commit is contained in:
Tomasz Dłuski
2023-11-06 10:41:21 +01:00
committed by GitHub

View File

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