kopia lustrzana https://github.com/jupyterhub/repo2docker
binder-dir: use postBuild that can be verified
rodzic
857dd9f03c
commit
d0ef0828d4
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
date
|
||||
echo 'Done!' > $HOME/postbuild.txt
|
|
@ -4,3 +4,5 @@ which gfortran
|
|||
test -z $(pip list | grep scipy)
|
||||
jupyter nbextension list
|
||||
jupyter nbextension list | grep 'jupyter-leaflet' | grep enabled
|
||||
|
||||
grep 'Done!' $HOME/postbuild.txt
|
||||
|
|
Ładowanie…
Reference in New Issue