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

feat(deps): add kubeflow-training to workbench images #826

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
3 changes: 2 additions & 1 deletion codeserver/ubi9-python-3.11/Pipfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ 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"}

# Some extra usefull packages
# Some extra useful packages
opencensus = "~=0.11.4"
smart-open = "~=7.0.1"
virtualenv = "~=20.25.1"
Expand Down
741 changes: 736 additions & 5 deletions codeserver/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion jupyter/datascience/ubi9-python-3.11/Pipfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ scikit-learn = "~=1.5.1"
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.24.0"
codeflare-sdk = "==0.24.3"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}

# DB connectors
pymongo = "~=4.8.0"
Expand Down
537 changes: 536 additions & 1 deletion jupyter/datascience/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion jupyter/pytorch/ubi9-python-3.11/Pipfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ scikit-learn = "~=1.5.1"
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.24.0"
codeflare-sdk = "==0.24.3"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}

# DB connectors
pymongo = "~=4.8.0"
Expand Down
383 changes: 382 additions & 1 deletion jupyter/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ scikit-learn = "~=1.5.1"
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.24.0"
codeflare-sdk = "==0.24.3"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}

# DB connectors
pymongo = "~=4.8.0"
Expand Down
383 changes: 382 additions & 1 deletion jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions jupyter/trustyai/ubi9-python-3.11/Pipfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "pytorch"
# PyTorch packages
torch = {version = "~=2.2.1", index = "pytorch"}
# TrustyAI packages
transformers = "~=4.36.2"
transformers = "~=4.38.0"
datasets = "~=2.21.0"
accelerate = "~=0.34.2"
trustyai = "~=0.6.1"
Expand All @@ -30,7 +30,8 @@ scikit-learn = "~=1.2.1" # Should be pinned down to this version in order to be
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.24.0"
codeflare-sdk = "==0.24.3"
kubeflow-training = {extras = ["huggingface"], version = "==1.8.1"}

# DB connectors
pymongo = "~=4.8.0"
Expand Down
33 changes: 29 additions & 4 deletions jupyter/trustyai/ubi9-python-3.11/Pipfile.lock

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

Loading