Skip to content
Snippets Groups Projects
Commit 5f81e563 authored by schmittu's avatar schmittu :beer:
Browse files

modified installer to install notebooks to better place

parent 9022101c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ err() {
}
trap 'err $LINENO' ERR
WORKSHOP_TMP=${HOME}/.tmp/ml_workshop
WORKSHOP_TMP=${HOME}/tmp/ml_workshop_notebooks
if [[ ${MACHTYPE} == *darwin* ]]; then
# local testing
......@@ -28,7 +28,7 @@ rm -rf ${WORKSHOP_TMP}/*
curl -# $BASE_URL/mlw_packages.yml > /tmp/mlw_packages.yml
curl -# $BASE_URL/setup_anaconda.sh | bash
mkdir -p $HOME/.tmp/ml_workshop
mkdir -p ${WORKSHOP_TMP}
curl -# $BASE_URL/notebooks.tar.bz2 | tar -C ${WORKSHOP_TMP} -xjf -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment