Skip to content

Commit 7d055e7

Browse files
committed
Update Dockerfile and Python dependencies
1 parent 3d8209b commit 7d055e7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
FROM openjdk:11.0.11-jdk
1+
FROM python:3.9.6-slim-buster
22

3+
# work-around on Debian JDK install bug
4+
RUN mkdir -p /usr/share/man/man1
35
RUN apt-get update
4-
RUN apt-get install -y python3-pip cmake maven
6+
RUN apt-get install -y cmake openjdk-11-jdk-headless maven build-essential wget
57

68
COPY . .
79
RUN pip3 install --no-cache-dir -r requirements.txt && \

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
black==21.6b0
22
joblib==1.0.1
3-
jupyter==6.1.12
3+
jupyter==1.0.0
44
pandas==1.2.5
55
scikit-learn==0.24.2
66
pylint==2.9.0

0 commit comments

Comments
 (0)