Skip to content

Commit

Permalink
moar shell gymnastics ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneknapp committed Nov 14, 2023
1 parent b18c624 commit d28e05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/biology/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ COPY rsession.conf /etc/rstudio/rsession.conf
COPY file-locks /etc/rstudio/file-locks

# Install IRKernel
RUN r -e "install.packages('IRkernel', version='1.2')" && \
r -e "IRkernel::installspec(prefix='${CONDA_DIR}')"
RUN /usr/bin/r -e "install.packages('IRkernel', version='1.2')" | /usr/bin/time -f "User\t%U\nSys\t%S\nReal\t%E\nCPU\t%P" /usr/bin/bash
RUN /usr/bin/r -e "IRkernel::installspec(prefix='${CONDA_DIR}')" | /usr/bin/time -f "User\t%U\nSys\t%S\nReal\t%E\nCPU\t%P" /usr/bin/bash

# Install R packages, cleanup temp package download location
COPY install.R /tmp/install.R
Expand Down

0 comments on commit d28e05f

Please sign in to comment.