We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc916e commit 5713f11Copy full SHA for 5713f11
Makefile
@@ -15,7 +15,7 @@ endif
15
IMAGE_TAG ?= $(RELEASE)_$(DATE)
16
KUBECTL_BIN ?= bin/kubectl
17
KUBECTL_VERSION ?= v1.23.11
18
-NOTEBOOK_REPO_BRANCH_BASE ?= https://raw.githubusercontent.com/opendatahub-io/notebooks/main
+NOTEBOOK_REPO_BRANCH_BASE ?= https://raw.githubusercontent.com/paulovmr/notebooks/notebooks-tests
19
REQUIRED_RUNTIME_IMAGE_COMMANDS="curl python3"
20
REQUIRED_CODE_SERVER_IMAGE_COMMANDS="curl python oc code-server"
21
REQUIRED_R_STUDIO_IMAGE_COMMANDS="curl python oc /usr/lib/rstudio-server/bin/rserver"
0 commit comments