fix build problem in macos m1

and also test for win-docker-desktop and wsl2
This commit is contained in:
Adam Li
2023-11-06 11:47:32 +08:00
parent bd364c18b8
commit 068d3347e1

View File

@@ -71,6 +71,8 @@ services:
build: build:
context: ./test_experiment context: ./test_experiment
dockerfile: Dockerfile dockerfile: Dockerfile
platforms:
- "linux/amd64"
depends_on: depends_on:
- "mlflow" - "mlflow"
environment: environment: