Skip to content

Commit

Permalink
[Jupyter] tutorial log fix [integ_3.5] (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaIguazio authored Dec 14, 2023
1 parent da323dd commit 29667d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/jupyter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.13.37
version: 0.13.38
apiVersion: v1
appVersion: 3.4.8
name: jupyter
Expand Down
2 changes: 1 addition & 1 deletion stable/jupyter/templates/jupyter-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ data:
mkdir -p ${HOME}/demos
tar -C ${HOME}/demos -xvf /tmp/mlrun-demos --strip-components=1
rm -f /tmp/mlrun-demos
chmod a+x ${HOME}/demos/update-demos.sh || chmod a+x ${HOME}/update-demos.sh || echo 'no update-demos.sh found'
chmod a+x ${HOME}/demos/update_demos.sh || chmod a+x ${HOME}/update_demos.sh || echo 'no update_demos.sh found'
touch ${HOME}/.igz/.getting-started
fi

Expand Down

0 comments on commit 29667d8

Please sign in to comment.