Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Jul 8, 2024
1 parent e1fcec8 commit 29a223c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/docker/Dockerfile.broad_sanger_exp
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
FROM r-base:4.2.1
FROM r-base:4.4.1
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update --fix-missing
#RUN apt-get install -y --fix-missing --allow-unauthenticated build-essential libpq-dev python3.10 python3-pip python3-setuptools python3-dev python3-venv libcurl4-openssl-dev libxml2-dev libglpk-dev

RUN apt-get install -y --fix-missing --allow-unauthenticated build-essential python3-pip python3-setuptools python3-dev python3-venv libcurl4-openssl-dev libglpk-dev libxml2-dev libpq-dev

RUN python3 -m venv /opt/venv
RUN /opt/venv/bin/pip3 install --upgrade pip


# Set MPLCONFIGDIR to a writable directory
ENV MPLCONFIGDIR=/tmp/matplotlib
RUN mkdir -p /tmp/matplotlib
Expand Down

0 comments on commit 29a223c

Please sign in to comment.