File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
aws-parallelcluster-platform/resources/enroot/partial
aws-parallelcluster-slurm/recipes/install Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 4040 ENROOT_CONFIG_RELEASE=pyxis
4141 SHARED_DIR=#{ node [ 'cluster' ] [ 'shared_dir' ] }
4242 NONROOT_USER=#{ node [ 'cluster' ] [ 'cluster_user' ] }
43- # wget -O /tmp/enroot.template.conf https://raw.githubusercontent.com/aws-samples/aws-parallelcluster-post-install-scripts/${ENROOT_CONFIG_RELEASE}/pyxis/enroot.template.conf
4443 mkdir -p ${SHARED_DIR}/enroot
4544 chown ${NONROOT_USER} ${SHARED_DIR}/enroot
4645 ENROOT_CACHE_PATH=${SHARED_DIR}/enroot envsubst < /tmp/enroot.template.conf > /tmp/enroot.conf
Original file line number Diff line number Diff line change 1818return unless nvidia_enabled?
1919
2020pyxis_version = node [ 'cluster' ] [ 'pyxis' ] [ 'version' ]
21- pyxis_url = "https://github.com/NVIDIA/ pyxis/archive/refs/tags /v#{ pyxis_version } .tar.gz"
21+ pyxis_url = "#{ node [ 'cluster' ] [ 'artifacts_s3_url' ] } /dependencies/ pyxis/v#{ pyxis_version } .tar.gz"
2222pyxis_tarball = "#{ node [ 'cluster' ] [ 'sources_dir' ] } /pyxis-#{ pyxis_version } .tar.gz"
2323
2424remote_file pyxis_tarball do
You can’t perform that action at this time.
0 commit comments