Skip to content

Commit

Permalink
Merge branch 'main' into feature/4292-ollama-based-recommender
Browse files Browse the repository at this point in the history
* main:
  #4330 - Remove default memory limit for INCEpTION in Dockerfile
  #4229 - Better project template selection
  #4330 - Remove default memory limit for INCEpTION in Dockerfile
  #4229 - Better project template selection
  • Loading branch information
reckart committed Dec 1, 2023
2 parents c42e406 + edde2be commit ef92437
Show file tree
Hide file tree
Showing 12 changed files with 1,256 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ include::{include-dir}formats-webannotsv3.adoc[leveloffset=+2]

include::{include-dir}formats-xml.adoc[leveloffset=+2]

include::{include-dir}formats-xml-custom.adoc.adoc[leveloffset=+2]
include::{include-dir}formats-xml-custom.adoc[leveloffset=+2]

<<<

Expand Down
2 changes: 1 addition & 1 deletion inception/inception-docker/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ VOLUME /tmp
VOLUME /var/log

# Launch application
ENV JAVA_OPTS="-Xmx750m"
ENV JAVA_OPTS="-XX:MaxRAMPercentage=80"
CMD /opt/inception/launch.sh java ${JAVA_OPTS} -Djava.awt.headless=true -Dinception.home=/export -jar inception-app-standalone.jar
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ef92437

Please sign in to comment.