Skip to content

Commit

Permalink
Fix ECR registry to add /notebooks prefix (kubeflow#5690)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidspek authored Mar 12, 2021
1 parent 9d688f7 commit 5d25ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/kubeflow/kubeflow/cd/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AWS_REGISTRY = "public.ecr.aws/j1r0q0g6"
AWS_REGISTRY = "public.ecr.aws/j1r0q0g6/notebooks"

# list of public images
JUPYTER_WEB_APP_IMAGE = "%s/jupyter-web-app" % AWS_REGISTRY
Expand Down

0 comments on commit 5d25ee3

Please sign in to comment.