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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: