From 725dd0f000fad258fe9c43629e726c82a26d5c4b Mon Sep 17 00:00:00 2001 From: quandanrepo <45804868+quandanrepo@users.noreply.github.com> Date: Mon, 4 Sep 2023 23:38:34 +0100 Subject: [PATCH] Update docker-compose.yml --- .../simulation_system/docker-compose.yml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/model_data/simulation_system/docker-compose.yml b/model_data/simulation_system/docker-compose.yml index 50c49c08..f875e7ef 100644 --- a/model_data/simulation_system/docker-compose.yml +++ b/model_data/simulation_system/docker-compose.yml @@ -35,20 +35,20 @@ services: # command: # ["bash"] - simulation_system_prediction: - build: - context: ./ - dockerfile: ./Dockerfiles/Dockerfile.prediction - image: simulation_system_prediction - environment: - RUNTIME_ENVIRONMENT: local-mock - ENDPOINT_URL: http://minio:9000/ - AWS_ACCESS_KEY_ID: *MINIO_USER - AWS_SECRET_ACCESS_KEY: *MINIO_PASS - tty: true - depends_on: - simulation_system_training: - condition: service_completed_successfully + # simulation_system_prediction: + # build: + # context: ./ + # dockerfile: ./Dockerfiles/Dockerfile.prediction + # image: simulation_system_prediction + # environment: + # RUNTIME_ENVIRONMENT: local-mock + # ENDPOINT_URL: http://minio:9000/ + # AWS_ACCESS_KEY_ID: *MINIO_USER + # AWS_SECRET_ACCESS_KEY: *MINIO_PASS + # tty: true + # depends_on: + # simulation_system_training: + # condition: service_completed_successfully # command: # ["bash"]