Skip to content

Commit aa5a09e

Browse files
chore: Install right dependencies
1 parent ad6a87a commit aa5a09e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/docker_lintage/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.9
22

33
LABEL Oscar de Felice <[email protected]>
44

@@ -11,6 +11,8 @@ WORKDIR app
1111
COPY $LOCAL_PATH/requirements.txt .
1212

1313
# Install requirements
14+
RUN apt-get update \
15+
&& apt-get install -y bc build-essential libssl-dev cmake python3-h5py --no-install-recommends
1416
RUN pip install -U --no-cache-dir -r requirements.txt
1517

1618
# Let's change to "$NB_USER" command so the image runs back as a non root user by default

0 commit comments

Comments
 (0)