mirror of
				https://github.com/Toumash/mlflow-docker
				synced 2025-11-04 07:09:22 +01:00 
			
		
		
		
	add comments for platform section in docker-compose.yml
This commit is contained in:
		@@ -72,7 +72,7 @@ services:
 | 
			
		||||
      context: ./test_experiment
 | 
			
		||||
      dockerfile: Dockerfile
 | 
			
		||||
      platforms:
 | 
			
		||||
        - "linux/amd64"
 | 
			
		||||
        - "linux/amd64"  # once continuumio/miniconda3:latest image work on native aarch64 (arm), remove this line
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - "mlflow"
 | 
			
		||||
    environment:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user