We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e602e12 commit 9439f60Copy full SHA for 9439f60
binder/postBuild
@@ -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