X-Git-Url: https://git.arvados.org/lightning.git/blobdiff_plain/9afef1c9ff879014c1caa2435e2ddc8c3eb80797..690c5971f3da799a4f2d5b6c75fb3b72c1c233d3:/docker/lightning/Dockerfile diff --git a/docker/lightning/Dockerfile b/docker/lightning/Dockerfile index 061d9d45a7..d11a30b43d 100644 --- a/docker/lightning/Dockerfile +++ b/docker/lightning/Dockerfile @@ -5,9 +5,7 @@ # build instruction: # docker build -t dockername --file=/path/to/lightning/docker/lightning/Dockerfile /path/to/lightning -FROM ubuntu:latest -MAINTAINER Jiayong Li s -USER root +FROM python:3.11-buster ARG DEBIAN_FRONTEND=noninteractive # Install necessary dependencies @@ -24,7 +22,6 @@ RUN apt-get install -qy --no-install-recommends wget \ libncursesw5-dev \ gcc \ make \ - python3.8 \ python3-pip \ python3-numpy \ python3-pandas \ @@ -34,6 +31,7 @@ RUN apt-get install -qy --no-install-recommends wget \ RUN pip3 install sklearn RUN pip3 install --upgrade scipy +RUN pip3 install matplotlib # Installing go 1.19