We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7fb9f commit 8194314Copy full SHA for 8194314
cookbooks/aws-parallelcluster-platform/resources/gdrcopy/partial/_gdrcopy_common.rb
@@ -13,11 +13,11 @@
13
# See the License for the specific language governing permissions and limitations under the License.
14
15
def gdrcopy_version
16
- '2.4'
+ '2.4.4'
17
end
18
19
def gdrcopy_checksum
20
- '39e74d505ca16160567f109cc23478580d157da897f134989df1d563e55f7a5b'
+ '8802f7bc4a589a610118023bdcdd83c10a56dea399acf6eeaac32e8cc10739a8'
21
22
23
unified_mode true
@@ -112,5 +112,5 @@ def gdrcopy_version_extended
112
113
114
def gdrcopy_url
115
- "#{node['cluster']['artifacts_s3_url']}/dependencies/gdr_copy/v#{gdrcopy_version}.tar.gz"
+ "https://github.com/NVIDIA/gdrcopy/archive/refs/tags/v#{gdrcopy_version}.tar.gz"
116
0 commit comments