Skip to content

Commit

Permalink
feat: add codeflare sdk to datascience base image
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis authored and harshad16 committed Sep 25, 2023
1 parent a88e461 commit e22b8cb
Show file tree
Hide file tree
Showing 14 changed files with 8,126 additions and 2,983 deletions.
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.7.0"

# Parent image requirements to maintain cohesion
jupyterlab = "~=3.5.3"
Expand Down
1,579 changes: 993 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.7.0"

# ---
jupyterlab = "~=3.5.3"
Expand Down
1,630 changes: 993 additions & 637 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.7.0"

# Parent image requirements to maintain cohesion
jupyterlab = "~=3.5.3"
Expand Down
1,667 changes: 1,014 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.7.0"

# ---
jupyterlab = "~=3.5.3"
Expand Down
917 changes: 614 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.7.0"

[requires]
python_version = "3.9"
1,834 changes: 1,620 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.7.0"


[requires]
Expand Down
1,719 changes: 1,432 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.7.0"

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

Large diffs are not rendered by default.

0 comments on commit e22b8cb

Please sign in to comment.