Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
0a1cced3
Commit
0a1cced3
authored
Jul 10, 2023
by
Tim Dettmers
Browse files
Fixed typo in cuda_install.sh.
parent
0d344b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cuda_install.sh
cuda_install.sh
+1
-1
No files found.
cuda_install.sh
View file @
0a1cced3
...
@@ -81,7 +81,7 @@ FILE=$(basename $URL)
...
@@ -81,7 +81,7 @@ FILE=$(basename $URL)
if
[[
-n
"
$CUDA_VERSION
"
]]
;
then
if
[[
-n
"
$CUDA_VERSION
"
]]
;
then
echo
$URL
echo
$URL
echo
$FILE
echo
$FILE
#
wget $URL
wget
$URL
bash
$FILE
--no-drm
--no-man-page
--override
--toolkitpath
=
$BASE_PATH
/
$FOLDER
/
--toolkit
--silent
bash
$FILE
--no-drm
--no-man-page
--override
--toolkitpath
=
$BASE_PATH
/
$FOLDER
/
--toolkit
--silent
if
[
"
$EXPORT_BASHRC
"
-eq
"1"
]
;
then
if
[
"
$EXPORT_BASHRC
"
-eq
"1"
]
;
then
echo
"export LD_LIBRARY_PATH=
\$
LD_LIBRARY_PATH:
$BASE_PATH
/
$FOLDER
/lib64"
>>
~/.bashrc
echo
"export LD_LIBRARY_PATH=
\$
LD_LIBRARY_PATH:
$BASE_PATH
/
$FOLDER
/lib64"
>>
~/.bashrc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment