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
torch-scatter
Commits
d20383f6
Unverified
Commit
d20383f6
authored
Nov 27, 2019
by
Matthias Fey
Committed by
GitHub
Nov 27, 2019
Browse files
Merge pull request #79 from CeadeS/master
Fixed Driver Not Found Error in Docker
parents
f2a58110
863b4d7e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
d20383f6
...
@@ -58,10 +58,10 @@ $ echo $CPATH
...
@@ -58,10 +58,10 @@ $ echo $CPATH
>>> /usr/local/cuda/include:...
>>> /usr/local/cuda/include:...
```
```
Then run:
Running in a docker container without nvidia driver, pytorch needs to evaluate the compute capabilities and fails. Ensure in this case that the compute capabilities are set in ENV TORCH_CUDA_ARCH_LIST
```
```
pip install torch-scatter
ENV TORCH_CUDA_ARCH_LIST = "6.0 6.1 7.2+PTX 7.5+PTX"
```
```
If you are running into any installation problems, please create an
[
issue
](
https://github.com/rusty1s/pytorch_scatter/issues
)
.
If you are running into any installation problems, please create an
[
issue
](
https://github.com/rusty1s/pytorch_scatter/issues
)
.
...
...
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