Skip to content

Commit

Permalink
feature(add rlang #9): working R kernel setup + jupyterlab-deck exten…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
Jean-Baptiste-Lasselle committed Mar 9, 2024
1 parent 584d038 commit 2cea097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oci/deno-jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ WORKDIR /kernels/ops/
COPY add-rlang-kernel.sh .
RUN chmod +x ./add-rlang-kernel.sh && ./add-rlang-kernel.sh
RUN bash -c 'echo "in docker build, check conda install:" && source ~/.bashrc && conda --version && Rscript --version && R --version'
COPY add-rlang-kernel.sh .
COPY ./register.r.ikernel.sh .
RUN chmod +x ./register.r.ikernel.sh && ./register.r.ikernel.sh

WORKDIR /usr/dataviz/notebooks/decoderleco

0 comments on commit 2cea097

Please sign in to comment.