-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathMakefile
17 lines (14 loc) · 890 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.PHONY: standalone pipeline
PYTHON_IMAGE ?= "quay.io/modh/odh-generic-data-science-notebook@sha256:72c1d095adbda216a1f1b4b6935e3e2c717cbc58964009464ccd36c0b98312b2" # v3-20250116
TOOLBOX_IMAGE ?= "registry.redhat.io/ubi9/toolbox@sha256:da31dee8904a535d12689346e65e5b00d11a6179abf1fa69b548dbd755fa2770" # v9.5
OC_IMAGE ?= "registry.redhat.io/openshift4/ose-cli@sha256:08bdbfae224dd39c81689ee73c183619d6b41eba7ac04f0dce7ee79f50531d0b" # v4.15.0
RHELAI_IMAGE ?= "registry.redhat.io/rhelai1/instructlab-nvidia-rhel9@sha256:05cfba1fb13ed54b1de4d021da2a31dd78ba7d8cc48e10c7fe372815899a18ae" # v1.3.2
standalone:
python3 pipeline.py gen-standalone
ruff format standalone/standalone.py
pipeline:
PYTHON_IMAGE=$(PYTHON_IMAGE) \
TOOLBOX_IMAGE=$(TOOLBOX_IMAGE) \
OC_IMAGE=$(OC_IMAGE) \
RHELAI_IMAGE=$(RHELAI_IMAGE) \
python3 pipeline.py