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 ad6a87a commit aa5a09eCopy full SHA for aa5a09e
scripts/docker_lintage/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8
+FROM python:3.9
2
3
LABEL Oscar de Felice <[email protected]>
4
@@ -11,6 +11,8 @@ WORKDIR app
11
COPY $LOCAL_PATH/requirements.txt .
12
13
# Install requirements
14
+RUN apt-get update \
15
+ && apt-get install -y bc build-essential libssl-dev cmake python3-h5py --no-install-recommends
16
RUN pip install -U --no-cache-dir -r requirements.txt
17
18
# Let's change to "$NB_USER" command so the image runs back as a non root user by default
0 commit comments