Skip to content

Commit

Permalink
Fix of UBI and Python version used for Jupyter TrustyAI image (openda…
Browse files Browse the repository at this point in the history
…tahub-io#224)

This is a similar fix as the opendatahub-io#199 was. Was brought in via opendatahub-io#164 that was
merged later.
  • Loading branch information
jstourac authored Sep 25, 2023
1 parent a88e461 commit c507e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jupyter-pytorch-ubi8-python-3.8: cuda-jupyter-datascience-ubi8-python-3.8

# Build and push jupyter-trustyai-ubi8-python-3.8 image to the registry
.PHONY: jupyter-trustyai-ubi8-python-3.8
jupyter-trustyai-ubi8-python-3.8: jupyter-datascience-ubi9-python-3.9
jupyter-trustyai-ubi8-python-3.8: jupyter-datascience-ubi8-python-3.8
$(call image,$@,jupyter/trustyai/ubi8-python-3.8,$<)

# Build and push runtime-minimal-ubi8-python-3.8 image to the registry
Expand Down

0 comments on commit c507e77

Please sign in to comment.