We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006f3a9 commit a32e7c1Copy full SHA for a32e7c1
commons/Dockerfile.base
@@ -1,10 +1,10 @@
1
-FROM ubuntu:18.04
+FROM ubuntu:20.04
2
3
-ENV NUMPY_VERSION 1.18.5
4
-ENV SCIPY_VERSION 1.5.2
+ENV NUMPY_VERSION 1.21.3
+ENV SCIPY_VERSION 1.6.2
5
6
-# Python 2.7 or 3.6 is supported by Ubuntu Bionic out of the box
7
-ARG python=3.6
+# Python 3.8 is supported by Ubuntu
+ARG python=3.8
8
ENV PYTHON_VERSION=${python}
9
10
ENV DEBIAN_FRONTEND=noninteractive \
@@ -25,9 +25,9 @@ RUN apt-get update -y && \
25
apt-get install -y --no-install-recommends \
26
build-essential \
27
gcc g++ make \
28
- automake \
29
- gfortran \
30
- gpg-agent \
+ automake \
+ gfortran \
+ gpg-agent \
31
wget zip unzip \
32
software-properties-common
33
0 commit comments