Skip to content

Commit

Permalink
update docker files to not depend on common athena
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Aug 10, 2024
1 parent 411b3e7 commit 85c244f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/programming/module_programming_llm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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_*
2 changes: 1 addition & 1 deletion modules/programming/module_programming_themisml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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_*
2 changes: 1 addition & 1 deletion modules/text/module_text_llm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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_*

0 comments on commit 85c244f

Please sign in to comment.