"git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "d1f7d1ad92c759bd0792e7bf92f928693eae88ed"
Commit 383935e4 authored by rusty1s's avatar rusty1s
Browse files

powershell download

parent 6f807a37
...@@ -12,6 +12,9 @@ export CUDA_FILE=cuda_${CUDA_SHORT}.105_418.96_win10.exe ...@@ -12,6 +12,9 @@ export CUDA_FILE=cuda_${CUDA_SHORT}.105_418.96_win10.exe
# Install CUDA: # Install CUDA:
echo "${CUDA_URL}/${CUDA_FILE}" echo "${CUDA_URL}/${CUDA_FILE}"
curl "${CUDA_URL}/${CUDA_FILE}" --output "${CUDA_FILE}" curl "${CUDA_URL}/${CUDA_FILE}" --output "${CUDA_FILE}"
rm -f "${CUDA_FILE}"
ls -lah
PowerShell -Command "Invoke-WebRequest -OutFile ${CUDA_FILE} -Uri ${CUDA_URL}/${CUDA_FILE}"
ls -lah ls -lah
PowerShell -Command "Start-Process -FilePath \"${CUDA_FILE}\" -ArgumentList \"-s nvcc_${CUDA_SHORT} cuobjdump_${CUDA_SHORT} nvprune_${CUDA_SHORT} cupti_${CUDA_SHORT} cublas_dev_${CUDA_SHORT} cudart_${CUDA_SHORT} cufft_dev_${CUDA_SHORT} curand_dev_${CUDA_SHORT} cusolver_dev_${CUDA_SHORT} cusparse_dev_${CUDA_SHORT} npp_dev_${CUDA_SHORT} nvrtc_dev_${CUDA_SHORT} nvml_dev_${CUDA_SHORT}\" -Wait -NoNewWindow" PowerShell -Command "Start-Process -FilePath \"${CUDA_FILE}\" -ArgumentList \"-s nvcc_${CUDA_SHORT} cuobjdump_${CUDA_SHORT} nvprune_${CUDA_SHORT} cupti_${CUDA_SHORT} cublas_dev_${CUDA_SHORT} cudart_${CUDA_SHORT} cufft_dev_${CUDA_SHORT} curand_dev_${CUDA_SHORT} cusolver_dev_${CUDA_SHORT} cusparse_dev_${CUDA_SHORT} npp_dev_${CUDA_SHORT} nvrtc_dev_${CUDA_SHORT} nvml_dev_${CUDA_SHORT}\" -Wait -NoNewWindow"
rm -f "${CUDA_FILE}" rm -f "${CUDA_FILE}"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment