skip to Main Content

bootstrap.sh: Karpenter with custom lanuch templates

The Karpenter default OS, Amazon Linux 2 (AL2), accepts shell scripts (bash commands). Karpenter supports using custom launch templates In the default configuration, Karpenter uses an EKS optimized version of AL2 (Amazon Linux 2) (https://karpenter.sh/v0.13.2/aws/launch-templates/) and passes the hostname of…

VIEW QUESTION

Tensorflow GPU Not detected : Centos

I used to multi-gpu system in tensorflow. however, from someday, the following code used CPU only. tf.debugging.set_log_device_placement(True) strategy = tf.distribute.MirroredStrategy() Moreover, the return of physical device check function is empty tf.config.list_physical_devices('GPU') The return of nvidia-smi correctly show as following picture…

VIEW QUESTION
Back To Top
Search