Docker
Docker
IVA is also provided as a Docker image here https://hub.docker.com/repository/docker/opencb/iva-app.
Pull and lauch the container:
docker run --rm --name iva -p 8000:80 opencb/iva-app
Then visit:
localhost:8000/iva
Last updated
Was this helpful?