diff --git a/modules/programming/module_programming_llm/Dockerfile b/modules/programming/module_programming_llm/Dockerfile index 90d718a42..48ad92d42 100644 --- a/modules/programming/module_programming_llm/Dockerfile +++ b/modules/programming/module_programming_llm/Dockerfile @@ -23,7 +23,7 @@ RUN poetry config virtualenvs.create true \ && poetry install --no-interaction --no-ansi # Project files -COPY ../../../athena ./ +COPY . ./ # poetry scripts don't work here CMD poetry run python -m module_* \ No newline at end of file diff --git a/modules/programming/module_programming_themisml/Dockerfile b/modules/programming/module_programming_themisml/Dockerfile index fda91f4ab..068b52ac7 100644 --- a/modules/programming/module_programming_themisml/Dockerfile +++ b/modules/programming/module_programming_themisml/Dockerfile @@ -24,7 +24,7 @@ RUN poetry config virtualenvs.create true \ && poetry install --no-interaction --no-ansi # Project files -COPY ../../../athena ./ +COPY . ./ # poetry scripts don't work here CMD poetry run python -m module_* \ No newline at end of file diff --git a/modules/text/module_text_llm/Dockerfile b/modules/text/module_text_llm/Dockerfile index 90d718a42..48ad92d42 100644 --- a/modules/text/module_text_llm/Dockerfile +++ b/modules/text/module_text_llm/Dockerfile @@ -23,7 +23,7 @@ RUN poetry config virtualenvs.create true \ && poetry install --no-interaction --no-ansi # Project files -COPY ../../../athena ./ +COPY . ./ # poetry scripts don't work here CMD poetry run python -m module_* \ No newline at end of file