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: add codeflare sdk to datascience base image #196

Closed
Closed
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 jupyter/datascience/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jupyterlab-lsp = "~=3.10.2"
jupyterlab-widgets = "~=3.0.5"
jupyter-resource-usage = "~=0.6.0"
jupyterlab-s3-browser = "~=0.10.1"
codeflare-sdk = "~=0.8.0"

# Parent image requirements to maintain cohesion
jupyterlab = "~=3.5.3"
Expand Down
1,785 changes: 1,199 additions & 586 deletions jupyter/datascience/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions jupyter/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jupyterlab-lsp = "~=3.10.2"
jupyterlab-widgets = "~=3.0.5"
jupyter-resource-usage = "~=0.6.0"
jupyterlab-s3-browser = "~=0.10.1"
codeflare-sdk = "~=0.8.0"

# ---
jupyterlab = "~=3.5.3"
Expand Down
1,656 changes: 1,018 additions & 638 deletions jupyter/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions jupyter/tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jupyterlab-lsp = "~=3.10.2"
jupyterlab-widgets = "~=3.0.5"
jupyter-resource-usage = "~=0.6.0"
jupyterlab-s3-browser = "~=0.10.1"
codeflare-sdk = "~=0.8.0"

# Parent image requirements to maintain cohesion
jupyterlab = "~=3.5.3"
Expand Down
1,873 changes: 1,220 additions & 653 deletions jupyter/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions jupyter/trustyai/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jupyterlab-lsp = "~=3.10.2"
jupyterlab-widgets = "~=3.0.5"
jupyter-resource-usage = "~=0.6.0"
jupyterlab-s3-browser = "~=0.10.1"
codeflare-sdk = "~=0.8.0"

# ---
jupyterlab = "~=3.5.3"
Expand Down
1,123 changes: 820 additions & 303 deletions jupyter/trustyai/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions runtimes/datascience/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pandas = "~=1.5.3"
plotly = "~=5.13.0"
scikit-learn = "~=1.2.1"
scipy = "~=1.10.0"
codeflare-sdk = "~=0.8.0"

[requires]
python_version = "3.9"
2,138 changes: 1,924 additions & 214 deletions runtimes/datascience/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions runtimes/pytorch/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pandas = "~=1.5.3"
plotly = "~=5.13.0"
scikit-learn = "~=1.2.1"
scipy = "~=1.10.0"
codeflare-sdk = "~=0.8.0"


[requires]
Expand Down
1,751 changes: 1,464 additions & 287 deletions runtimes/pytorch/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions runtimes/tensorflow/ubi9-python-3.9/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pandas = "~=1.5.3"
plotly = "~=5.13.0"
scikit-learn = "~=1.2.1"
scipy = "~=1.10.0"
codeflare-sdk = "~=0.8.0"

[requires]
python_version = "3.9"
1,986 changes: 1,683 additions & 303 deletions runtimes/tensorflow/ubi9-python-3.9/Pipfile.lock

Large diffs are not rendered by default.