Skip to content

Commit 5231a89

Browse files
committed
chores: Fix the makefile for amd calls and upgrade odh-elyra
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent c2c87a9 commit 5231a89

File tree

5 files changed

+36
-36
lines changed

5 files changed

+36
-36
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,16 @@ amd-c9s-python-3.9: base-c9s-python-3.9
274274

275275
# We are only using c9s base image here onwards,
276276
# DON'T confuse due to the ubi9 mention, it just directory name.
277-
.PHONY: amd-minimal-c9s-python-3.9
278-
amd-minimal-c9s-python-3.9: amd-c9s-python-3.9
277+
.PHONY: amd-jupyter-minimal-c9s-python-3.9
278+
amd-jupyter-minimal-c9s-python-3.9: amd-c9s-python-3.9
279279
$(call image,$@,jupyter/minimal/ubi9-python-3.9,$<)
280280

281-
# Build and push cuda-jupyter-datascience-ubi9-python-3.9 image to the registry
281+
# Build and push jupyter-datascience-ubi9-python-3.9 image to the registry
282282
.PHONY: amd-jupyter-datascience-c9s-python-3.9
283-
amd-jupyter-datascience-c9s-python-3.9: amd-jupyter-minimal-ubi9-python-3.9
283+
amd-jupyter-datascience-c9s-python-3.9: amd-jupyter-minimal-c9s-python-3.9
284284
$(call image,$@,jupyter/datascience/ubi9-python-3.9,$<)
285285

286-
# Build and push cuda-jupyter-tensorflow-ubi9-python-3.9 image to the registry
286+
# Build and push jupyter-tensorflow-ubi9-python-3.9 image to the registry
287287
.PHONY: amd-jupyter-tensorflow-c9s-python-3.9
288288
amd-jupyter-tensorflow-c9s-python-3.9: amd-jupyter-datascience-c9s-python-3.9
289289
$(call image,$@,jupyter/amd/tensorflow/ubi9-python-3.9,$<)

jupyter/amd/pytorch/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pyodbc = "~=5.1.0"
3737
mysql-connector-python = "~=8.3.0"
3838

3939
# JupyterLab packages
40-
odh-elyra = "~=3.16.5"
40+
odh-elyra = "~=3.16.7"
4141
jupyterlab = "~=3.6.7" # Wait on upgrade till plugins are ready
4242
jupyter-bokeh = "~=3.0.7" # Upgrade would bring in jupyterlab 4
4343
jupyter-server = "~=2.13.0"

jupyter/amd/pytorch/ubi9-python-3.9/Pipfile.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jupyter/amd/tensorflow/ubi9-python-3.9/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pyodbc = "~=5.1.0"
3838
mysql-connector-python = "~=8.3.0"
3939

4040
# JupyterLab packages
41-
odh-elyra = "~=3.16.5"
41+
odh-elyra = "~=3.16.7"
4242
kfp = "~=2.5.0"
4343
kfp-kubernetes = "~=1.0.0"
4444

jupyter/amd/tensorflow/ubi9-python-3.9/Pipfile.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)