Skip to content

Commit

Permalink
new parent image
Browse files Browse the repository at this point in the history
  • Loading branch information
lumburovskalina committed Nov 27, 2024
1 parent f23a474 commit 601d19a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
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

RUN apt-get update && \
apt-get install --no-install-recommends -y curl libgomp1 && \
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ filelock==3.16.1
# huggingface-hub
# torch
# transformers
fsspec==2024.9.0
fsspec==2024.10.0
# via
# -r requirements/torch-cpu-requirements.txt
# huggingface-hub
Expand All @@ -55,7 +55,7 @@ h11==0.14.0
# via
# -r requirements/torch-cpu-requirements.txt
# uvicorn
huggingface-hub==0.25.2
huggingface-hub==0.26.2
# via
# -r requirements/torch-cpu-requirements.txt
# tokenizers
Expand All @@ -81,7 +81,7 @@ joblib==1.4.2
# scikit-optimize
lightgbm==4.1.0
# via -r requirements/requirements.in
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/torch-cpu-requirements.txt
# jinja2
Expand All @@ -106,7 +106,7 @@ numpy==1.23.4
# sequencelearn
# transformers
# xgboost
packaging==24.1
packaging==24.2
# via
# -r requirements/torch-cpu-requirements.txt
# huggingface-hub
Expand Down Expand Up @@ -142,7 +142,7 @@ pyyaml==6.0.2
# huggingface-hub
# pyaml
# transformers
regex==2024.9.11
regex==2024.11.6
# via
# -r requirements/torch-cpu-requirements.txt
# transformers
Expand Down Expand Up @@ -206,7 +206,7 @@ torch==2.2.0
# via
# -r requirements/torch-cpu-requirements.txt
# sequencelearn
tqdm==4.66.5
tqdm==4.67.1
# via
# -r requirements/torch-cpu-requirements.txt
# huggingface-hub
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

0 comments on commit 601d19a

Please sign in to comment.