From 078a62a5467bcb5f7b0cae974b8776eeb38a11f7 Mon Sep 17 00:00:00 2001 From: Ariel Shurygin <39861882+arik-shurygin@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:38:54 -0700 Subject: [PATCH] Docker build adds all of src within. (#260) * mechanistic_azure now in src, dont need these lines * removing the lines rather than commenting them out --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0d597d0c..bdfe6dee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,5 +23,3 @@ COPY ./src/ /app/src # turn off interaction since we cant type `yes` on the prompts in docker build RUN poetry install --no-interaction --no-ansi # we will upload the experiment itself into the cloud and refer to from /input -COPY ./mechanistic_azure/abstract_azure_runner.py /app/mechanistic_azure/abstract_azure_runner.py -COPY ./mechanistic_azure/azure_utilities.py /app/mechanistic_azure/azure_utilities.py