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
nerfacc
Commits
4d368e0e
Unverified
Commit
4d368e0e
authored
Apr 05, 2023
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Apr 05, 2023
Browse files
Workflow (#191)
* update workflow * tiny fix * format * format * fix workflow * fix workflow
parent
7a81e145
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.github/workflows/building.yml
.github/workflows/building.yml
+1
-1
.github/workflows/cuda/Linux.sh
.github/workflows/cuda/Linux.sh
+2
-3
No files found.
.github/workflows/building.yml
View file @
4d368e0e
...
...
@@ -95,7 +95,7 @@ jobs:
-
name
:
Install main package for CPU
if
:
${{ matrix.cuda-version == 'cpu' }}
run
:
|
FORCE_ONLY_CPU
=1 pip install
-e
.
BUILD_NO_CUDA
=1 pip install .
shell
:
bash
...
...
.github/workflows/cuda/Linux.sh
View file @
4d368e0e
...
...
@@ -58,8 +58,7 @@ else
sudo
apt-key add /var/cuda-repo-
${
APT_KEY
}
/7fa2af80.pub
fi
sudo
apt-get
-qq
update
sudo
apt
install
cuda-nvcc-
${
CUDA
/./-
}
cuda-libraries-dev-
${
CUDA
/./-
}
cuda-command-line-tools-
${
CUDA
/./-
}
sudo
apt clean
sudo
apt-get update
sudo
apt-get
-y
install
cuda
rm
-f
${
FILENAME
}
\ No newline at end of file
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