From c507e77f9957e314101c083a19b6e6909082cd9d Mon Sep 17 00:00:00 2001 From: Jan Stourac Date: Mon, 25 Sep 2023 21:38:51 +0200 Subject: [PATCH] Fix of UBI and Python version used for Jupyter TrustyAI image (#224) This is a similar fix as the #199 was. Was brought in via #164 that was merged later. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe25ee7a7..fc8255932 100644 --- a/Makefile +++ b/Makefile @@ -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