Closed AFosch closed 6 months ago
Hmm, I just tried a build from scratch on a 20.04 machine and had no issues:
make build
docker build --no-cache --tag opentopodata:`cat VERSION` --file docker/Dockerfile .
[+] Building 33.8s (15/15) FINISHED
docker --version
Docker version 25.0.3, build 4debf41
but building uwsgi has been problematic for various reasons in the past.
Some things to try:
--no-cache
to the build
docker command in the Makefilebuild-m1
: despite the name, this image should also work on linux.docker/Dockerfile
change uwsgi==2.0.24
to uwsgi==2.0.22
.apt upgrade
would fix the issue. But also that might impact other software you're running!Let me know if you can get it resolved!
Thanks for the reply.
In the end, I modified both the docker/Dockerfile
to uwsgi==2.0.22
and added the --no-cache
flag on the build
command of the Makefile
. These changes solved the issue.
Thanks again!
Interesting, good to know!
Let me know if there's anything else I can help with regarding opentopodata or elevation data!
Hello, I am trying to run Open Topo Data with Docker (26.0.0) on a Linux server (Ubuntu 20.04). I have followed the commands on the documentation and there is an error during the make build command.
Did anyone experience a similar problem?
The error seems to be related to linking the "uWSGI" package. Here you can find the error message:
Thanks in advance.