diff --git a/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_enroot_pyxis.sh b/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_enroot_pyxis.sh index b862f7a9..e9a9e302 100755 --- a/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_enroot_pyxis.sh +++ b/1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_enroot_pyxis.sh @@ -73,11 +73,11 @@ if [[ $(mount | grep /opt/dlami/nvme) ]]; then chmod 1777 /opt/dlami/nvme/tmp chmod 1777 /opt/dlami/nvme/tmp/enroot/ - #mkdir -p /opt/dlami/nvme/tmp/enroot/data/ - #chmod 1777 /opt/dlami/nvme/tmp/enroot/data/ + mkdir -p /opt/dlami/nvme/tmp/enroot/data/ + chmod 1777 /opt/dlami/nvme/tmp/enroot/data/ - # mkdir -p /opt/dlami/nvme/enroot - # chmod 1777 /opt/dlami/nvme/enroot + mkdir -p /opt/dlami/nvme/enroot + chmod 1777 /opt/dlami/nvme/enroot fi