Skip to content

Commit 9439f60

Browse files
committed
Create postBuild script for Binder setup
1 parent e602e12 commit 9439f60

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

binder/postBuild

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Post-build script for binder/repo2docker environment setup.
2+
3+
# Install additional packages beyond those in requirements.txt so that the
4+
# JupyterLab instance will be able to run all of the NLP library integrations.
5+
pip install -r config/dev_reqs.txt
6+
pip install -r config/jupyter_reqs.txt
7+
8+

0 commit comments

Comments
 (0)