Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JRWallace authored Jun 10, 2024
1 parent 5994433 commit ef245ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
FROM ghcr.io/compbiocore/ccv_bootcamp_annotations:jun_10_04-43-11_2024

RUN apt-get update && \
apt-get -y --no-install-recommends install --fix-missing \
libmkl-rt \
libglpk40 \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

RUN R -e "install.packages('igraph')"

0 comments on commit ef245ef

Please sign in to comment.