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

run go build in the cuda base image rather golang #12

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

tariq1890
Copy link
Contributor

This change gets around the following error:

Auto upgrade policy of the GPU driver on the node cnt-server-2 is disabled
Cordoning node cnt-server-2...
node/cnt-server-2 cordoned
Draining node cnt-server-2 of any GPU pods...
nvdrain: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by nvdrain)
nvdrain: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by nvdrain)

By running the go build in the runtime environment (cuda-base image), we remove the possibility of any execution failure from the glibc mismatch

@tariq1890 tariq1890 force-pushed the rm-go-image-docker branch 5 times, most recently from a5674e5 to 9b7d79f Compare March 14, 2024 18:48
@tariq1890 tariq1890 force-pushed the rm-go-image-docker branch from 9b7d79f to c82a2bf Compare March 14, 2024 19:44
@tariq1890 tariq1890 merged commit f387abd into master Mar 14, 2024
5 checks passed
@tariq1890 tariq1890 deleted the rm-go-image-docker branch March 14, 2024 23:02
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

Successfully merging this pull request may close these issues.

2 participants