Skip to content

Commit

Permalink
Merge pull request #602 from SyneRBI/add_cil_demos
Browse files Browse the repository at this point in the history
adds CIL-Demos
  • Loading branch information
KrisThielemans authored Jun 27, 2021
2 parents b39c646 + e780515 commit f476261
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/user_service-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ git config --global filter.nbstripout.extrakeys '

nbstripout --install
# jupyter labextension install @jupyter-widgets/jupyterlab-manager

# CIL-Demos
git clone https://github.com/TomographicImaging/CIL-Demos.git --recursive -b main $INSTALL_DIR/CIL-Demos
cd $INSTALL_DIR/CIL-Demos
nbstripout --install

0 comments on commit f476261

Please sign in to comment.