Skip to content

Commit

Permalink
Update postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
psychemedia committed Aug 28, 2020
1 parent 37cae5b commit a5ebbd3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .binder/postBuild
Expand Up @@ -7,8 +7,11 @@ echo "postBuild start time: $(date)" >> $CONDA_DIR/tm129_image_build_time.txt
INSTALL_PREFIX=sys-prefix #user

# Stash notebook files in the $CONDA_DIR so we can retrieve them
mkdir ${CONDA_DIR}/workfiles
cp -r content ${CONDA_DIR}/workfiles
mkdir -p ${CONDA_DIR}/workfiles/recover
cp -r .jupyter ${CONDA_DIR}/workfiles/recover
cp -r .ipython ${CONDA_DIR}/workfiles/recover
cp -r content ${CONDA_DIR}/workfiles/recover



## nbextensions
Expand Down

0 comments on commit a5ebbd3

Please sign in to comment.