Skip to content

Commit

Permalink
feature(add rlang #9): fix dockerfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Baptiste-Lasselle committed Mar 9, 2024
1 parent 1b72f74 commit cd6444b
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 @@ -84,6 +84,6 @@ RUN mkdir -p /kernels/extras/ && mkdir -p /kernels/ops/
WORKDIR /kernels/ops/
COPY add-rlang-kernel.sh .
RUN chmod +x ./add-rlang-kernel.sh && ./add-rlang-kernel.sh
RUN RUN bash -c 'echo "in docker build, check conda install:" && source ~/.bashrc && conda --version'
RUN bash -c 'echo "in docker build, check conda install:" && source ~/.bashrc && conda --version'

WORKDIR /usr/dataviz/notebooks/decoderleco

0 comments on commit cd6444b

Please sign in to comment.