entrypoint: Build before starting
Because /v/share/jupyter/lab is now a volume, there is the potential that it will be empty or out-of-date. We should always kick off a build before starting jupyter-lab.
This commit is contained in:
parent
eacfa0523b
commit
48c5fda6f3
|
@ -13,4 +13,6 @@ cd $DATADIR
|
|||
[ ! -f $JUPYCNF ] && cp $JUPYDEF $JUPYCNF
|
||||
[ -f $JUREQFL ] && pip install -Ur $JUREQFL
|
||||
|
||||
jupyter lab build
|
||||
|
||||
( $@ )
|
||||
|
|
Loading…
Reference in New Issue