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 3d8209b commit 7d055e7Copy full SHA for 7d055e7
Dockerfile
@@ -1,7 +1,9 @@
1
-FROM openjdk:11.0.11-jdk
+FROM python:3.9.6-slim-buster
2
3
+# work-around on Debian JDK install bug
4
+RUN mkdir -p /usr/share/man/man1
5
RUN apt-get update
-RUN apt-get install -y python3-pip cmake maven
6
+RUN apt-get install -y cmake openjdk-11-jdk-headless maven build-essential wget
7
8
COPY . .
9
RUN pip3 install --no-cache-dir -r requirements.txt && \
requirements-dev.txt
@@ -1,6 +1,6 @@
black==21.6b0
joblib==1.0.1
-jupyter==6.1.12
+jupyter==1.0.0
pandas==1.2.5
scikit-learn==0.24.2
pylint==2.9.0
0 commit comments