Skip to content

Commit

Permalink
fix: pin versions to resolve conflicts
Browse files Browse the repository at this point in the history
closes #39
closes #40
  • Loading branch information
rokroskar committed Jul 23, 2019
1 parent 1fbdb2b commit a39d523
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ COPY requirements.txt /tmp/requirements.txt
RUN python3 -m pip install -U pip && \
pip install -r /tmp/requirements.txt && \
jupyter labextension update @jupyterlab/hub-extension --no-build && \
jupyter labextension install @jupyterlab/git && \
jupyter labextension install renku-jupyterlab-ts --no-build && \
jupyter labextension install @jupyterlab/[email protected] && \
jupyter lab build && \
jupyter labextension list && \
pip install jupyterlab-git==0.5.0 && \
pip install jupyterlab-git==0.6.0 && \
jupyter serverextension enable --py jupyterlab_git

# fix https://github.com/SwissDataScienceCenter/renku-jupyter/issues/14
Expand Down
4 changes: 2 additions & 2 deletions docker/base/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
papermill
papermill>=1.0.0
requests>=2.20.0
jupyterlab>=0.35.4
jupyterlab>=0.35.4<1.0.0

0 comments on commit a39d523

Please sign in to comment.