Skip to content

Commit

Permalink
update jupyter-rsession-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed Mar 27, 2024
1 parent bc3c790 commit 1413384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ RUN echo ". ${CONDA_PATH}/etc/profile.d/conda.sh" >> ~/.bashrc && \
cat /renku/bashrc >> $HOME/.bashrc && \
echo "source ~/.bashrc" >> ~/.bash_profile

RUN pip install --no-cache-dir "jupyter-rsession-proxy==2.0.1"
RUN pip install --no-cache-dir "jupyter-rsession-proxy==2.2.0"

# install IRKernel
RUN R --quiet -e "install.packages('IRkernel')" && \
Expand Down

0 comments on commit 1413384

Please sign in to comment.