Update JVM dev build Dockerfile and shell script (#6792)
Co-authored-by: Zhuo Yuzhen <yuzhuo@paypal.com>
This commit is contained in:
@@ -24,9 +24,9 @@ docker build -t dmlc/xgboost4j-build "${BASEDIR}" # build and tag the Dockerfile
|
||||
docker run \
|
||||
-it \
|
||||
--rm \
|
||||
--memory 8g \
|
||||
--env JAVA_OPTS="-Xmx6g" \
|
||||
--env MAVEN_OPTS="-Xmx2g" \
|
||||
--memory 12g \
|
||||
--env JAVA_OPTS="-Xmx9g" \
|
||||
--env MAVEN_OPTS="-Xmx3g" \
|
||||
--ulimit core=-1 \
|
||||
--volume "${BASEDIR}/../..":/xgboost \
|
||||
--volume "${BASEDIR}/.m2":/root/.m2 \
|
||||
|
||||
Reference in New Issue
Block a user