You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to run a Docker container of GeoHealthCheck, but I want to update the Ubuntu and python versions used by the container.
So I have followed the installation instructions for docker:
Download the latest version of GeoHealthCheck in GitHub
Change the Dockerfile to the corresponding Ubuntu 24.04LTS so instead of using ubuntu:jammy, I changed the first line
FROM ubuntu:nobleBuild my modified image using the command
sudo docker build -t geopython/geohealthcheck .Run the container
sudo docker run -d --name ghc_web -p 8083:80 -v ghc_sqlitedb:/GeoHealthCheck/DB geopython/geohealthcheck:latestHowever, it looks that something is not correct as the logs complains about paver, gunicorn and requests
Thanks for your help
I provide the needed information:
OS: Ubuntu 24.04LTS
Docker: version 28.5.1, build e180ab8
I also attach the logs from the container and the Dockerfile just in case you need it.
Dockerfile.txt
ghc_container.log
Beta Was this translation helpful? Give feedback.
All reactions