Skip to content
Snippets Groups Projects

Add test version of tvb-widgets to Dockerfile.

Merged Paula Popa requested to merge paulapopa/clb-jupyter-nb-images:master into dev
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -69,6 +69,7 @@ ENV HOME=/opt/app-root/src/
# install pip packages
COPY base/requirements.txt /tmp
RUN pip install --no-cache-dir -r /tmp/requirements.txt
RUN pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ tvb-widgets
# fix missing template issue in nbgitpuller: https://github.com/jupyterhub/nbgitpuller/issues/235
# remove this once it has been fixed in project