This is an automated email from the ASF dual-hosted git repository.
jongyoul pushed a commit to branch branch-0.11
in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/branch-0.11 by this push:
new 4419b4deea [HOTFIX] Fix Dockerfile
4419b4deea is described below
commit 4419b4deeac67c0c7a1aeff388fa18ad6a086ddf
Author: Jongyoul Lee <[email protected]>
AuthorDate: Wed Apr 3 09:41:16 2024 +0900
[HOTFIX] Fix Dockerfile
---
scripts/docker/zeppelin/bin/Dockerfile | 4 ++--
scripts/docker/zeppelin/bin/env_python_3_with_R.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/docker/zeppelin/bin/Dockerfile
b/scripts/docker/zeppelin/bin/Dockerfile
index 57a4ac0d59..d9f3b7bab3 100644
--- a/scripts/docker/zeppelin/bin/Dockerfile
+++ b/scripts/docker/zeppelin/bin/Dockerfile
@@ -37,9 +37,9 @@ RUN echo "$LOG_TAG install basic packages" && \
apt-get clean
# Install conda to manage python and R packages
-ARG miniconda_version="py37_4.9.2"
+ARG miniconda_version="py39_24.1.2-0"
# Hashes via https://docs.conda.io/en/latest/miniconda_hashes.html
-ARG
miniconda_sha256="79510c6e7bd9e012856e25dcb21b3e093aa4ac8113d9aa7e82a86987eabe1c31"
+ARG
miniconda_sha256="2ec135e4ae2154bb41e8df9ecac7ef23a7d6ca59fc1c8071cfe5298505c19140"
# Install python and R packages via conda
COPY env_python_3_with_R.yml /env_python_3_with_R.yml
diff --git a/scripts/docker/zeppelin/bin/env_python_3_with_R.yml
b/scripts/docker/zeppelin/bin/env_python_3_with_R.yml
index 26d77759c2..ae29d4e662 100644
--- a/scripts/docker/zeppelin/bin/env_python_3_with_R.yml
+++ b/scripts/docker/zeppelin/bin/env_python_3_with_R.yml
@@ -3,7 +3,7 @@ channels:
- conda-forge
- defaults
dependencies:
- - python=3.7
+ - python=3.9
- pycodestyle
- scipy
- numpy=1.19.5