-
Notifications
You must be signed in to change notification settings - Fork 14
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
How to run code in the container? #148
Comments
if the container build worked, then you should have some build folder. if you look inside that folder, do you see any executables? we can also do a zoom meeting if that would help |
Hi, Thank you for the quick reply, yes I can see a "gaugeFixing" in my application folder, because I set the TARGET: gaugeFixing but how can I do something like read a NERSC configuration or MILC configuration? I did not find a corresponding target to build. By the way, I found "nvidia-smi" does not work in my container, does that mean I failed to set up correctly? Best, |
Yes, zoom meeting will be helpful if it is convenient for you. |
https://utah.zoom.us/j/5843616334 (Password: 857263) |
Container build appears to be broken. On Archlinux this no longer completes building. Greyyy-HJC seems to be encountering a different issue, that it the container is not installing the NVIDIA driver... |
Thinking about it more, probably it makes sense to use particular versions for each. https://github.com/kaiebira is looking into it. |
I successfully created the container with podman, but it is a super limited system without root access, apt, vim and everything, what should I do in that container to run the code?
The text was updated successfully, but these errors were encountered: