add comments for platform section in docker-compose.yml

This commit is contained in:
李祖栋
2023-11-06 17:31:56 +08:00
parent 068d3347e1
commit 3d4b960979

View File

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