Skip to content

Commit

Permalink
update to GenIRSim 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskiesel committed Jan 14, 2025
1 parent ff17df3 commit b421276
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG BASE_IMAGE=ubuntu:24.04
FROM ${BASE_IMAGE}
ARG NVM_VERSION=0.40.1
ARG NODE_VERSION=23.6.0
ARG GENIRSIM_VERSION=0.6.0
ARG GENIRSIM_VERSION=0.6.1

# App
EXPOSE 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ Build your image FROM this image. Add all your parts in `/app`. Add a shell scri

## Entrypoints
- `/app/start.sh` (default): Script that starts your debating system on port 8080
- `/genirsim/serve.sh`: Starts the GenIRSim web application (like [genirsim.webis.de](https://genirsim.webis.de/)) on port 8000 with access to your debating system on `http://localhost:8080`
- `/genirsim/run-in-tira.sh --configuration-file=<FILE> --parameter-file=<FILE> --output-file=<FILE>`: Use this line as command in TIRA
- `/genirsim/serve.sh`: Starts the GenIRSim web application (like [genirsim.webis.de](https://genirsim.webis.de/)) on port 8000 with access to your debating system on `http://localhost:8080`. All paramters are passed to the `/app/start.sh`
- `/genirsim/run-in-tira.sh`: Use entrypoint in TIRA. Parameters:
- `--configuration-file=<FILE>`: Uses the [touche25-rad-tira.json](touche25-rad-tira.json) by default
- `--parameter-file=<FILE>`
- `--output-file=<FILE>`
- `--`: Everything after this parameter is passed to the `/app/start.sh`


## Development
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE_VERSION=0.1.8
ARG BASE_IMAGE_VERSION=0.2.0

FROM ghcr.io/touche-webis-de/touche25-retrieval-augmented-debating-base:${BASE_IMAGE_VERSION}

Expand Down

0 comments on commit b421276

Please sign in to comment.