Skip to content

Commit

Permalink
Docker build adds all of src within. (#260)
Browse files Browse the repository at this point in the history
* mechanistic_azure now in src, dont need these lines

* removing the lines rather than commenting them out
  • Loading branch information
arik-shurygin authored Oct 8, 2024
1 parent a70151e commit 078a62a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 078a62a

Please sign in to comment.