Replies: 1 comment
-
I found a workaround by inserting this command at the beginning of the script. But the downside is that it will also ignore any other errors silently
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
my setup.sh script contains the installation of the OpenJDK Java JRE in combination with the ca-certificates.
However I get this error as part of the post installation script, which unfortunately makes the environment setup fail.
This ca-certificates-java is part of the dependencies for the CUDA toolkit 12.6 by nVidia, which is a required dependency for my current project.
Any way to make this installation succeed, or at least ignore the error and continue?
Beta Was this translation helpful? Give feedback.
All reactions