Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new parent image #131

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.19.0-torch-cpu
FROM kernai/refinery-parent-images:v1.20.0-torch-cpu

WORKDIR /program

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kernai/refinery-parent-images:v1.19.0-torch-cpu
FROM kernai/refinery-parent-images:v1.20.0-torch-cpu

WORKDIR /app

Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2024.9.0
fsspec==2024.10.0
# via
# -r requirements/torch-cpu-requirements.txt
# huggingface-hub
Expand All @@ -103,7 +103,7 @@ httpx==0.27.0
# via cohere
httpx-sse==0.4.0
# via cohere
huggingface-hub==0.25.2
huggingface-hub==0.26.2
# via
# -r requirements/torch-cpu-requirements.txt
# sentence-transformers
Expand Down Expand Up @@ -140,7 +140,7 @@ marisa-trie==1.2.0
# via language-data
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/torch-cpu-requirements.txt
# jinja2
Expand Down Expand Up @@ -185,7 +185,7 @@ openai==0.28.1
# via
# -r requirements/requirements.in
# embedders
packaging==24.1
packaging==24.2
# via
# -r requirements/torch-cpu-requirements.txt
# huggingface-hub
Expand Down Expand Up @@ -238,7 +238,7 @@ pyyaml==6.0.2
# huggingface-hub
# pyaml
# transformers
regex==2024.9.11
regex==2024.11.6
# via
# -r requirements/torch-cpu-requirements.txt
# nltk
Expand Down Expand Up @@ -341,7 +341,7 @@ torchvision==0.17.0
# via
# -r requirements/requirements.in
# sentence-transformers
tqdm==4.66.5
tqdm==4.67.1
# via
# -r requirements/torch-cpu-requirements.txt
# embedders
Expand Down
12 changes: 6 additions & 6 deletions requirements/torch-cpu-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ filelock==3.16.1
# huggingface-hub
# torch
# transformers
fsspec==2024.9.0
fsspec==2024.10.0
# via
# huggingface-hub
# torch
h11==0.14.0
# via uvicorn
huggingface-hub==0.25.2
huggingface-hub==0.26.2
# via
# tokenizers
# transformers
Expand All @@ -57,7 +57,7 @@ joblib==1.4.2
# via
# scikit-learn
# scikit-optimize
markupsafe==3.0.1
markupsafe==3.0.2
# via jinja2
minio==7.1.12
# via -r common-requirements.in
Expand All @@ -73,7 +73,7 @@ numpy==1.23.4
# scikit-optimize
# scipy
# transformers
packaging==24.1
packaging==24.2
# via
# huggingface-hub
# transformers
Expand All @@ -100,7 +100,7 @@ pyyaml==6.0.2
# huggingface-hub
# pyaml
# transformers
regex==2024.9.11
regex==2024.11.6
# via transformers
requests==2.31.0
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ tokenizers==0.19.1
# via transformers
torch==2.2.0
# via -r torch-cpu-requirements.in
tqdm==4.66.5
tqdm==4.67.1
# via
# huggingface-hub
# transformers
Expand Down
Loading