Skip to content

Commit

Permalink
refactor: 💡 move vendor dependency to datasets_based
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Dec 1, 2022
1 parent 2efa69f commit 50cb7b9
Show file tree
Hide file tree
Showing 25 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion workers/datasets_based/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY libs/libcommon/dist ./libs/libcommon/dist
COPY workers/datasets_based/src ./workers/datasets_based/src
COPY workers/datasets_based/poetry.lock ./workers/datasets_based/poetry.lock
COPY workers/datasets_based/pyproject.toml ./workers/datasets_based/pyproject.toml
COPY vendors ./vendors/
COPY workers/datasets_based/vendors ./workers/datasets_based/vendors/
WORKDIR /src/workers/datasets_based/
RUN poetry install

Expand Down
4 changes: 2 additions & 2 deletions workers/datasets_based/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workers/datasets_based/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tensorflow-macos = {version = "^2.9.1", markers = "sys_platform == 'darwin' and
tfrecord = "^1.14.1"
torchaudio = "^0.10.1"
transformers = "^4.11.3"
trec-car-tools = { path = "../../vendors/trec-car-tools/python3" }
trec-car-tools = { path = "vendors/trec-car-tools/python3" }
typer = "^0.4.0"
wget = "^3.2"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 50cb7b9

Please sign in to comment.