Skip to content

Commit

Permalink
RHOAIENG-18933: removal of the huggingface dependency in our images (#…
Browse files Browse the repository at this point in the history
…893)

* RHOAIENG-18933: removal of the huggingface dependency in our images

It was decided that we'll keep the kubeflow-training python package
installed as introduced via [1] but we will ditch the extra dependency
on the huggingface package which causes huge bump in our image sizes.

[1] https://issues.redhat.com/browse/RHOAIENG-12822

* https://issues.redhat.com/browse/RHOAIENG-18933

* Update Pipfile.lock files by piplock-renewal.yaml action

---------

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jstourac and github-actions[bot] authored Feb 11, 2025
1 parent 6fb875a commit e2cb5db
Show file tree
Hide file tree
Showing 31 changed files with 1,370 additions and 4,072 deletions.
2 changes: 1 addition & 1 deletion codeserver/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scikit-learn = "~=1.4.0"
scipy = "~=1.12.0"
skl2onnx = "~=1.16.0"
ipykernel = "~=6.29.3"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}
kubeflow-training = "==1.8.1"

# Some extra useful packages
opencensus = "~=0.11.4"
Expand Down
642 changes: 53 additions & 589 deletions codeserver/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

494 changes: 52 additions & 442 deletions codeserver/ubi9-python-3.11/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/datascience/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.26.0"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}
kubeflow-training = "==1.8.1"

# DB connectors
pymongo = "~=4.8.0"
Expand Down
557 changes: 60 additions & 497 deletions jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

432 changes: 58 additions & 374 deletions jupyter/datascience/ubi9-python-3.11/requirements.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions jupyter/minimal/ubi9-python-3.11/Pipfile.lock

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

6 changes: 3 additions & 3 deletions jupyter/minimal/ubi9-python-3.11/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# Default dependencies
#
aiohappyeyeballs==2.4.4; python_version >= '3.8' \
--hash=sha256:5fdd7d87889c63183afc18ce9271f9b0a7d32c2303e394468dd45d514a757745 \
--hash=sha256:a980909d50efcd44795c4afeca523296716d50cd756ddca6af8c65b996e27de8
aiohappyeyeballs==2.4.6; python_version >= '3.9' \
--hash=sha256:147ec992cf873d74f5062644332c539fcd42956dc69453fe5204195e560517e1 \
--hash=sha256:9b05052f9042985d32ecbe4b59a77ae19c006a78f1344d7fdad69d28ded3d0b0
aiohttp==3.11.12; python_version >= '3.9' \
--hash=sha256:0450ada317a65383b7cce9576096150fdb97396dcfe559109b403c7242faffef \
--hash=sha256:0b5263dcede17b6b0c41ef0c3ccce847d82a7da98709e75cf7efde3e9e3b5cae \
Expand Down
2 changes: 1 addition & 1 deletion jupyter/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.26.0"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}
kubeflow-training = "==1.8.1"

# DB connectors
pymongo = "~=4.8.0"
Expand Down
391 changes: 60 additions & 331 deletions jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

350 changes: 58 additions & 292 deletions jupyter/pytorch/ubi9-python-3.11/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scipy = "~=1.14.1"
skl2onnx = "~=1.17.0"
onnxconverter-common = "~=1.13.0" # Required for skl2onnx, as upgraded version is not compatible with protobuf
codeflare-sdk = "~=0.26.0"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}
kubeflow-training = "==1.8.1"

# DB connectors
pymongo = "~=4.8.0"
Expand Down
391 changes: 60 additions & 331 deletions jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

350 changes: 58 additions & 292 deletions jupyter/rocm/pytorch/ubi9-python-3.11/requirements.txt

Large diffs are not rendered by default.

116 changes: 58 additions & 58 deletions jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile.lock

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

Loading

0 comments on commit e2cb5db

Please sign in to comment.