We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e8cbb commit c3dab91Copy full SHA for c3dab91
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM python:3.8-bullseye
+FROM python:3.9-bullseye
2
3
WORKDIR /home/mlflow
4
5
-RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \
+RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
6
&& apt-get install -y --no-install-recommends nodejs \
7
# java
8
openjdk-11-jre-headless \
0 commit comments