This is an automated email from the ASF dual-hosted git repository.
weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten-site.git
The following commit(s) were added to refs/heads/main by this push:
new bf7489e Update centos7 dockerfile (#30)
bf7489e is described below
commit bf7489e3a7818c82f03ffa6245e8b9e6e344e7af
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Thu Sep 12 20:51:10 2024 +0800
Update centos7 dockerfile (#30)
---
docs/developers/docker_centos7.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/docs/developers/docker_centos7.md
b/docs/developers/docker_centos7.md
index e169f47..99300f9 100644
--- a/docs/developers/docker_centos7.md
+++ b/docs/developers/docker_centos7.md
@@ -19,7 +19,7 @@ Run in docker:
```bash
yum -y install epel-release centos-release-scl
yum -y install \
- git \
+ git236 \
dnf \
cmake3 \
devtoolset-9 \
@@ -27,6 +27,15 @@ yum -y install \
java-1.8.0-openjdk-devel \
ninja-build \
wget \
+ autoconf \
+ autoconf-archive \
+ automake \
+ perl-IPC-Cmd \
+ libicu-devel \
+ bison \
+ libtool \
+ patch \
+ flex \
sudo
# gluten need maven version >=3.6.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]