Skip to content

Commit

Permalink
Update install_enroot_pyxis.sh (#439)
Browse files Browse the repository at this point in the history
Correction to [PR 438](#438) to correctly close the if/elif statement, which was resulting in LCS errors
  • Loading branch information
nghtm authored Sep 23, 2024
1 parent 7124b10 commit 18c6cd1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ elif [[ $(mount | grep /opt/sagemaker) ]]; then

mkdir -p /opt/sagemaker/enroot
chmod 1777 /opt/sagemaker/enroot

fi

# Use /fsx for enroot cache, if available. Let's be extra careful in the probe.
if [[ $(mount | grep /fsx) ]]; then
Expand Down

0 comments on commit 18c6cd1

Please sign in to comment.