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

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

Merged
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 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