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 cbf8405 commit f1a19beCopy full SHA for f1a19be
Dockerfile
@@ -1,5 +1,8 @@
1
FROM ubuntu:18.04
2
3
+# Avoid user interaction dialog
4
+ENV DEBIAN_FRONTEND=noninteractive
5
+
6
RUN apt -y update
7
RUN apt install -y git python3 python3-pip gcc psutils cmake wget make
8
RUN apt install -y gfortran libblas-dev liblapack-dev python3-tk sudo fonts-lato
0 commit comments