diff --git a/content/solutions/ai_factory_blueprints/containerized_ai_execution/ai_ready_k8s.md b/content/solutions/ai_factory_blueprints/containerized_ai_execution/ai_ready_k8s.md index 11d91903..98176d9d 100644 --- a/content/solutions/ai_factory_blueprints/containerized_ai_execution/ai_ready_k8s.md +++ b/content/solutions/ai_factory_blueprints/containerized_ai_execution/ai_ready_k8s.md @@ -157,7 +157,8 @@ The CAPI appliance takes some minutes to be in “Ready” status. Once the appl ``` 4. Create a `values.yaml` file for parameterizing the workload Cluster helm chart. You will see that the `values.yaml` file contains some default value overrides, like the images and templates applied for the workload nodes: - ```yaml + + ```shell cat > values.yaml << EOF ONE_XMLRPC: "http://$ONE_FRONTEND_IP:2633/RPC2" ONE_AUTH: "oneadmin:$ONEADMIN_PASSWORD" diff --git a/content/solutions/ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md b/content/solutions/ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md index d8b55ebf..c1b6f341 100644 --- a/content/solutions/ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md +++ b/content/solutions/ai_factory_blueprints/direct_ai_execution/nvidia_slurm.md @@ -87,7 +87,7 @@ You must also have access to the Sunstone user interface. * **Physical CPU**: 2 * Click **Next** to move onto the **Advanced options** * In the **Storage** tab edit the **SlurmWorker** disk by clicking the pen icon: - * Click **Next** to move to **Advanced options**, set **Size on instantiate** to 20480 + * Click **Next** to move to **Advanced options**, set **Size on instantiate** to 30720 {{< image path="/images/ai_factories/slurm-update-disk.png" alt="Slurm disk" align="center" width="90%" mt="20px" mb="40px" >}}