Skip to content

Commit

Permalink
feat(kale): Add kale namespace logic
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Jan 3, 2021
1 parent 686d6e9 commit c945134
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions output/JupyterLab-CPU/start-custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fi

# Configure KFP multi-user
if [ -n "${NB_NAMESPACE}" ]; then
mkdir -p $HOME/.config/kfp
cat <<EOF > $HOME/.config/kfp/context.json
{"namespace": "${NB_NAMESPACE}"}
EOF
Expand Down
1 change: 1 addition & 0 deletions output/JupyterLab-PyTorch/start-custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fi

# Configure KFP multi-user
if [ -n "${NB_NAMESPACE}" ]; then
mkdir -p $HOME/.config/kfp
cat <<EOF > $HOME/.config/kfp/context.json
{"namespace": "${NB_NAMESPACE}"}
EOF
Expand Down
1 change: 1 addition & 0 deletions output/JupyterLab-Tensorflow/start-custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fi

# Configure KFP multi-user
if [ -n "${NB_NAMESPACE}" ]; then
mkdir -p $HOME/.config/kfp
cat <<EOF > $HOME/.config/kfp/context.json
{"namespace": "${NB_NAMESPACE}"}
EOF
Expand Down
1 change: 1 addition & 0 deletions output/RStudio/start-custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fi

# Configure KFP multi-user
if [ -n "${NB_NAMESPACE}" ]; then
mkdir -p $HOME/.config/kfp
cat <<EOF > $HOME/.config/kfp/context.json
{"namespace": "${NB_NAMESPACE}"}
EOF
Expand Down
1 change: 1 addition & 0 deletions resources/start-custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fi

# Configure KFP multi-user
if [ -n "${NB_NAMESPACE}" ]; then
mkdir -p $HOME/.config/kfp
cat <<EOF > $HOME/.config/kfp/context.json
{"namespace": "${NB_NAMESPACE}"}
EOF
Expand Down

0 comments on commit c945134

Please sign in to comment.