Skip to content

Commit

Permalink
add override parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Crashdummyy committed Jun 9, 2024
1 parent 112a4e5 commit e9cfb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/fedora-40.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ url="${cuda_prefix}${CUDA_VERSION}/local_installers/cuda_${CUDA_VERSION}_${CUDA_
echo "cuda url: ${url}"
curl -Lo "./cuda.run" "$url"
chmod a+x ./cuda.run
./cuda.run --silent --toolkit --toolkitpath=/build/cuda --no-opengl-libs --no-man-page --no-drm
./cuda.run --silent --toolkit --override --toolkitpath=/build/cuda --no-opengl-libs --no-man-page --no-drm
rm ./cuda.run
_INSTALL_CUDA

Expand Down

0 comments on commit e9cfb6a

Please sign in to comment.