Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Build Issue #1

Open
davidrehagen opened this issue Oct 22, 2024 · 0 comments
Open

Docker Build Issue #1

davidrehagen opened this issue Oct 22, 2024 · 0 comments

Comments

@davidrehagen
Copy link

davidrehagen commented Oct 22, 2024

Thank you for this amazing set of tools, I'm really looking forward to working with them, but I am running into some issues I'm hoping you can help me with.

I'm attempting to build a container based on the docker file instructions and am having issues. I'm on a current version of Ubuntu Server and execute the 'sudo make docker-image' from the rack/src directory and it seems to run until I get the error below. I'm using Docker version 24.0.6, build ed223bc

ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get -y install g++ make libproj-dev libhdf5-dev libpng-dev libtiff-dev libgeotiff-dev libgomp1 && ./build.sh && ./install.sh" did not complete successfully: exit code: 1
make: *** [Makefile:58: docker-image] Error 1

I also tried to build off you your make instructions but I had more issues there with dependencies such as the line: 'sudo apt install libhdf5-dev libpng12-dev libproj-dev libtiff4-dev' where it could not find most of them. Also the instructions say the install scripts are in the rack/rack while they are really in the rack/src folder.

Thanks,

David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant