Skip to content

Commit

Permalink
Merge pull request #14 from 2i2c-org/13-hotfix-for-issue10
Browse files Browse the repository at this point in the history
Installed jupyterlab_vim using pip install command for jupyter v3
  • Loading branch information
arpita0911patel authored Aug 24, 2022
2 parents e9883cc + 968f7d8 commit 223acfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ RUN export PATH=${NB_PYTHON_PREFIX}/bin:${PATH} \
&& pip install --no-cache-dir \
https://github.com/jupyterhub/jupyter-remote-desktop-proxy/archive/main.zip

COPY environment.yml /tmp/
RUN pip install jupyterlab_vim

RUN mamba env update --name ${CONDA_ENV} -f /tmp/environment.yml
# Update custom Jupyter Lab settings
RUN sed -i 's/\"default\": true/\"default\": false/g' /srv/conda/envs/notebook/share/jupyter/labextensions/@axlair/jupyterlab_vim/schemas/@axlair/jupyterlab_vim/plugin.json

USER ${NB_USER}
11 changes: 0 additions & 11 deletions environment.yml

This file was deleted.

8 changes: 0 additions & 8 deletions postBuild

This file was deleted.

0 comments on commit 223acfb

Please sign in to comment.