Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toumash authored Nov 6, 2023
1 parent 740bfec commit 723782d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ services:
build:
context: ./test_experiment
dockerfile: Dockerfile
platforms:
- "linux/amd64" # once continuumio/miniconda3:latest image work on native aarch64 (arm), remove this line
platform: linux/amd64 # once continuumio/miniconda3:latest image work on native aarch64 (arm), remove this line
depends_on:
- "mlflow"
environment:
Expand Down

0 comments on commit 723782d

Please sign in to comment.