-
Notifications
You must be signed in to change notification settings - Fork 60
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
Cannot build Sparta on Docker image #532
Comments
Why was it killed? It's been known to run for a while. Also, if this doesn't work for you there is a file called https://github.com/sparcians/map/blob/master/scripts/rendered_safe_environment.yaml you can directly try. We've been having trouble with a safe rendering of conda. Thinking about going with something else. |
conda env create -f scripts/rendered_safe_environment.yaml |
Hi @klingaard , thanks for your reply. I don't know actually, this is what the prompt is giving me. Out of curiosity, is conda used for the visualisation tools, or it is also used by the C++ framework? |
By the way I get the following error when I try to run it with a safe environment. Here's the log:
The log don't show an explicit reason on why the command failed. If you have any clue on how I can debug this it would be very helpful! |
When it says "Killed" is that you or did it kill itself? |
We're trying to use
|
You can find that list here: https://github.com/sparcians/map/blob/master/sparta/cmake/sparta-config.cmake |
I finally managed to build sparta through Docker. The Docker imager needed more GBs of RAM.
Any feedback would be very helpful 🙏 BTW, I was wondering whether linux/aarch64 is supported. On the supported environments I only see support for arm64 on macOS, but not linux. |
I unfortunately don't have much experience with container builds, so I can't help you with your specific container (unless you want to share it). Is
|
Well, it's not not supported. 😉 Never tried, but don't expect any issues. |
I confirm that the compilation hangs here (with
With linux/arm64, I had a problem with
However I ran into another issue with package dependencies. Basically it wanted I can share the Dockerfile to you and give you instructions on how to build it with podman if you are curious :) |
I am curious, but not driven. 😆 We've started a discussion here to determine how to move forward with the package requirements. |
Hi all, I've been trying to build Sparta on a Docker image emulating a debian linux x86_64 machine.
After installing the requirements, I am stuck here:
Output
Do you have an idea on how to fix this? Thanks in advance.
The text was updated successfully, but these errors were encountered: