Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
fix: fixed natural_language_processing, regression and similarity_search
Browse files Browse the repository at this point in the history
  • Loading branch information
strlrd-29 committed Mar 17, 2024
1 parent 27aef64 commit 007c54f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hyko_toolkit/models/natural_language_processing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyko-sdk-tiny:latest
FROM hyko-sdk-medium:latest

RUN --mount=type=cache,target=/root/.cache/pip pip install transformers[torch]
RUN --mount=type=cache,target=/root/.cache/pip pip install accelerate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyko-sdk-tiny:latest
FROM hyko-sdk-medium:latest

RUN --mount=type=cache,target=/root/.cache/pip pip install scikit_learn

Expand Down
2 changes: 1 addition & 1 deletion hyko_toolkit/models/similarity_search/E5_faiss/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hyko-sdk-tiny:latest
FROM hyko-sdk-medium:latest

WORKDIR /app

Expand Down

0 comments on commit 007c54f

Please sign in to comment.