Skip to content

Commit

Permalink
Merge pull request opendatahub-io#203 from tumido/fix-199
Browse files Browse the repository at this point in the history
fix: update image in standalone.tpl instead of standalone.py
  • Loading branch information
MichaelClifford authored Nov 21, 2024
2 parents 2b25734 + 426c2b9 commit b8d0275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/standalone.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ logging.basicConfig(
logger = logging.getLogger(__name__)

# IMAGES
DS_IMAGE = "quay.io/opendatahub/workbench-images@sha256:7f26f5f2bec4184af15acd95f29b3450526c5c28c386b6cb694fbe82d71d0b41" # pylint: disable=line-too-long
DS_IMAGE = "quay.io/modh/odh-generic-data-science-notebook@sha256:7c1a4ca213b71d342a2d1366171304e469da06d5f15710fab5dd3ce013aa1b73" # pylint: disable=line-too-long
RHELAI_IMAGE = "registry.redhat.io/rhelai1/instructlab-nvidia-rhel9@sha256:b3dc9af0244aa6b84e6c3ef53e714a316daaefaae67e28de397cd71ee4b2ac7e" # pylint: disable=line-too-long

# SDG
Expand Down

0 comments on commit b8d0275

Please sign in to comment.