We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479065f commit fc5f023Copy full SHA for fc5f023
1 file changed
docker/public/Dockerfile-h2o-release
@@ -40,3 +40,5 @@ COPY LICENSE /licenses/
40
# By default, run H2O and allocate only 50 percent of memory available to the JVM, the rest remains free for XGBoost
41
# Overridable by the user
42
CMD java -Djava.library.path=/opt/h2oai/h2o-3/xgb_lib_dir -XX:+UseContainerSupport -XX:MaxRAMPercentage=50 -jar /opt/h2oai/h2o-3/h2o.jar
43
+
44
+USER 852
0 commit comments