File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 216216fi
217217
218218# Update SPARK RAPIDS config
219- readonly DEFAULT_SPARK_RAPIDS_VERSION=" 25.06 .0"
219+ readonly DEFAULT_SPARK_RAPIDS_VERSION=" 25.08 .0"
220220readonly SPARK_RAPIDS_VERSION=$( get_metadata_attribute ' spark-rapids-version' ${DEFAULT_SPARK_RAPIDS_VERSION} )
221221readonly XGBOOST_VERSION=$( get_metadata_attribute ' xgboost-version' ${DEFAULT_XGBOOST_VERSION} )
222222
@@ -270,8 +270,7 @@ function execute_with_retries() {
270270}
271271
272272function install_spark_rapids() {
273- local -r rapids_repo_url=' https://repo1.maven.org/maven2/ai/rapids'
274- local -r nvidia_repo_url=' https://repo1.maven.org/maven2/com/nvidia'
273+ local -r nvidia_repo_url=' https://edge.urm.nvidia.com/artifactory/sw-spark-maven/com/nvidia'
275274 local -r dmlc_repo_url=' https://repo.maven.apache.org/maven2/ml/dmlc'
276275
277276 wget -nv --timeout=30 --tries=5 --retry-connrefused \
You can’t perform that action at this time.
0 commit comments