Skip to content
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
15 changes: 1 addition & 14 deletions charts/rhods/templates/dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ metadata:
name: default-dsc
spec:
components:
codeflare:
managementState: Removed
dashboard:
managementState: Managed
datasciencepipelines:
managementState: Managed
kserve:
managementState: Managed
defaultDeploymentMode: Serverless
defaultDeploymentMode: RawDeployment
rawDeploymentServiceConfig: Headed
serving:
ingressGateway:
Expand All @@ -21,18 +19,7 @@ spec:
type: OpenshiftDefaultIngress
managementState: Managed
name: knative-serving
kueue:
managementState: Removed
modelmeshserving:
managementState: Managed
ray:
managementState: Removed
trainingoperator:
managementState: Removed
trustyai:
managementState: Removed
workbenches:
managementState: Managed
modelregistry:
managementState: Managed
registriesNamespace: rhoai-model-registries
83 changes: 74 additions & 9 deletions src/kubeflow-pipelines/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,79 @@ channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- kfp
- python=3.12
- ipykernel
- pip
- pip-tools
- pip:
- kfp-kubernetes
- numpy==2.2.5
- pandas==2.2.3
- torch==2.6.0
- scikit-learn==1.6.1
- boto3==1.37.38
- botocore==1.37.38
- boto3==1.41.1
- botocore==1.41.1
- cachetools==6.2.2
- certifi==2025.11.12
- charset-normalizer==3.4.4
- click==8.1.8
- click-option-group==0.5.7
- docstring-parser==0.17.0
- filelock==3.20.0
- fsspec==2025.10.0
- google-api-core==2.28.1
- google-auth==2.43.0
- google-cloud-core==2.5.0
- google-cloud-storage==3.6.0
- google-crc32c==1.7.1
- google-resumable-media==2.8.0
- googleapis-common-protos==1.72.0
- idna==3.11
- jinja2==3.1.6
- jmespath==1.0.1
- joblib==1.5.2
- kfp==2.14.6
- kfp-kubernetes==2.14.6
- kfp-pipeline-spec==2.14.6
- kfp-server-api==2.14.6
- kubernetes==30.1.0
- markupsafe==3.0.3
- mpmath==1.3.0
- networkx==3.5
- numpy==2.3.5
- nvidia-cublas-cu12==12.8.4.1
- nvidia-cuda-cupti-cu12==12.8.90
- nvidia-cuda-nvrtc-cu12==12.8.93
- nvidia-cuda-runtime-cu12==12.8.90
- nvidia-cudnn-cu12==9.10.2.21
- nvidia-cufft-cu12==11.3.3.83
- nvidia-cufile-cu12==1.13.1.3
- nvidia-curand-cu12==10.3.9.90
- nvidia-cusolver-cu12==11.7.3.90
- nvidia-cusparse-cu12==12.5.8.93
- nvidia-cusparselt-cu12==0.7.1
- nvidia-nccl-cu12==2.27.5
- nvidia-nvjitlink-cu12==12.8.93
- nvidia-nvshmem-cu12==3.3.20
- nvidia-nvtx-cu12==12.8.90
- oauthlib==3.3.1
- pandas==2.3.3
- proto-plus==1.26.1
- protobuf==6.33.1
- pyasn1==0.6.1
- pyasn1-modules==0.4.2
- python-dateutil==2.9.0.post0
- pytz==2025.2
- pyyaml==6.0.3
- requests==2.32.5
- requests-oauthlib==2.0.0
- requests-toolbelt==1.0.0
- rsa==4.9.1
- s3transfer==0.15.0
- scikit-learn==1.7.2
- scipy==1.16.3
- six==1.17.0
- sympy==1.14.0
- tabulate==0.9.0
- threadpoolctl==3.6.0
- torch==2.9.1
- triton==3.5.1
- typing-extensions==4.15.0
- tzdata==2025.2
- urllib3==2.5.0
- websocket-client==1.9.0
8 changes: 8 additions & 0 deletions src/kubeflow-pipelines/requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
kfp
kfp-kubernetes
numpy
pandas
torch
scikit-learn
boto3
botocore
215 changes: 215 additions & 0 deletions src/kubeflow-pipelines/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile
#
boto3==1.41.1
# via -r requirements.in
botocore==1.41.1
# via
# -r requirements.in
# boto3
# s3transfer
cachetools==6.2.2
# via google-auth
certifi==2025.11.12
# via
# kfp-server-api
# kubernetes
# requests
charset-normalizer==3.4.4
# via requests
click==8.1.8
# via
# click-option-group
# kfp
click-option-group==0.5.7
# via kfp
docstring-parser==0.17.0
# via kfp
filelock==3.20.0
# via torch
fsspec==2025.10.0
# via torch
google-api-core==2.28.1
# via
# google-cloud-core
# google-cloud-storage
# kfp
google-auth==2.43.0
# via
# google-api-core
# google-cloud-core
# google-cloud-storage
# kfp
# kubernetes
google-cloud-core==2.5.0
# via google-cloud-storage
google-cloud-storage==3.6.0
# via kfp
google-crc32c==1.7.1
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.8.0
# via google-cloud-storage
googleapis-common-protos==1.72.0
# via google-api-core
idna==3.11
# via requests
jinja2==3.1.6
# via torch
jmespath==1.0.1
# via
# boto3
# botocore
joblib==1.5.2
# via scikit-learn
kfp==2.14.6
# via
# -r requirements.in
# kfp-kubernetes
kfp-kubernetes==2.14.6
# via -r requirements.in
kfp-pipeline-spec==2.14.6
# via kfp
kfp-server-api==2.14.6
# via kfp
kubernetes==30.1.0
# via kfp
markupsafe==3.0.3
# via jinja2
mpmath==1.3.0
# via sympy
networkx==3.5
# via torch
numpy==2.3.5
# via
# -r requirements.in
# pandas
# scikit-learn
# scipy
nvidia-cublas-cu12==12.8.4.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.8.90
# via torch
nvidia-cuda-nvrtc-cu12==12.8.93
# via torch
nvidia-cuda-runtime-cu12==12.8.90
# via torch
nvidia-cudnn-cu12==9.10.2.21
# via torch
nvidia-cufft-cu12==11.3.3.83
# via torch
nvidia-cufile-cu12==1.13.1.3
# via torch
nvidia-curand-cu12==10.3.9.90
# via torch
nvidia-cusolver-cu12==11.7.3.90
# via torch
nvidia-cusparse-cu12==12.5.8.93
# via
# nvidia-cusolver-cu12
# torch
nvidia-cusparselt-cu12==0.7.1
# via torch
nvidia-nccl-cu12==2.27.5
# via torch
nvidia-nvjitlink-cu12==12.8.93
# via
# nvidia-cufft-cu12
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
# torch
nvidia-nvshmem-cu12==3.3.20
# via torch
nvidia-nvtx-cu12==12.8.90
# via torch
oauthlib==3.3.1
# via
# kubernetes
# requests-oauthlib
pandas==2.3.3
# via -r requirements.in
proto-plus==1.26.1
# via google-api-core
protobuf==6.33.1
# via
# google-api-core
# googleapis-common-protos
# kfp
# kfp-kubernetes
# kfp-pipeline-spec
# proto-plus
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.2
# via google-auth
python-dateutil==2.9.0.post0
# via
# botocore
# kfp-server-api
# kubernetes
# pandas
pytz==2025.2
# via pandas
pyyaml==6.0.3
# via
# kfp
# kubernetes
requests==2.32.5
# via
# google-api-core
# google-cloud-storage
# kubernetes
# requests-oauthlib
# requests-toolbelt
requests-oauthlib==2.0.0
# via kubernetes
requests-toolbelt==1.0.0
# via kfp
rsa==4.9.1
# via google-auth
s3transfer==0.15.0
# via boto3
scikit-learn==1.7.2
# via -r requirements.in
scipy==1.16.3
# via scikit-learn
six==1.17.0
# via
# kfp-server-api
# kubernetes
# python-dateutil
sympy==1.14.0
# via torch
tabulate==0.9.0
# via kfp
threadpoolctl==3.6.0
# via scikit-learn
torch==2.9.1
# via -r requirements.in
triton==3.5.1
# via torch
typing-extensions==4.15.0
# via torch
tzdata==2025.2
# via pandas
urllib3==2.5.0
# via
# botocore
# kfp
# kfp-server-api
# kubernetes
# requests
websocket-client==1.9.0
# via kubernetes

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading