We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e203a86 commit 85dc8a6Copy full SHA for 85dc8a6
cookbooks/aws-parallelcluster-platform/resources/enroot/partial/_enroot_debian.rb
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and limitations under the License.
14
15
action :install_package do
16
- return unless nvidia_enabled?
+ return unless nvidia_enabled? || nvidia_installed?
17
18
bash "Install enroot" do
19
user 'root'
cookbooks/aws-parallelcluster-platform/resources/enroot/partial/_enroot_rhel.rb
package prerequisites do
retries 3
0 commit comments