Skip to content

Commit

Permalink
fix: install ELBOW manually
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Apr 17, 2024
1 parent 7ff6150 commit f093244
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/carlisle_r/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN mamba install \
--file /data2/packages.txt
ENV PATH="/opt2/conda/bin:$PATH"
ENV R_LIBS_USER=/opt2/conda/lib/R/library/
# install ELBOW manually, fails with mamba
RUN wget https://bioconductor.riken.jp/packages/3.4/bioc/src/contrib/ELBOW_1.10.0.tar.gz && \
R -e 'install.packages("ELBOW_1.10.0.tar.gz", repos = NULL, type="source", INSTALL_opts = "--no-lock")'

# Save Dockerfile in the docker
COPY Dockerfile /opt2/Dockerfile_${REPONAME}.${BUILD_TAG}
Expand Down

0 comments on commit f093244

Please sign in to comment.