-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update gpu doc with docker test. #702
Conversation
Signed-off-by: Jing Zhang <jngz@amazon.com>
Codecov Report
@@ Coverage Diff @@
## 2.x #702 +/- ##
============================================
+ Coverage 83.97% 84.18% +0.21%
- Complexity 1033 1035 +2
============================================
Files 99 99
Lines 3738 3738
Branches 344 344
============================================
+ Hits 3139 3147 +8
+ Misses 453 445 -8
Partials 146 146
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
sudo sysctl -w vm.max_map_count=262144 | ||
docker run -it --runtime=nvidia --gpus all -p 9200:9200 nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04 /bin/bash | ||
``` | ||
Docker: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Start OpenSearch in nivida/cuda docker container
- Amazon Linux AMI: `AWS Deep Learning Base AMI GPU CUDA 11 (Ubuntu 20.04) 20221104` | ||
- PyTorch: 1.12.1 | ||
- Docker: 20.10.21 | ||
- CUDA: 11.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also add cuda version after line 13, 62?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sure
Signed-off-by: Jing Zhang <jngz@amazon.com>
* Update gpu doc with docker test. Signed-off-by: Jing Zhang <jngz@amazon.com> * Address comments. Signed-off-by: Jing Zhang <jngz@amazon.com> Signed-off-by: Jing Zhang <jngz@amazon.com>
* Update gpu doc with docker test. Signed-off-by: Jing Zhang <jngz@amazon.com> * Address comments. Signed-off-by: Jing Zhang <jngz@amazon.com> Signed-off-by: Jing Zhang <jngz@amazon.com>
* Update gpu doc with docker test. Signed-off-by: Jing Zhang <jngz@amazon.com> * Address comments. Signed-off-by: Jing Zhang <jngz@amazon.com> Signed-off-by: Jing Zhang <jngz@amazon.com>
* Update gpu doc with docker test. Signed-off-by: Jing Zhang <jngz@amazon.com> * Address comments. Signed-off-by: Jing Zhang <jngz@amazon.com> Signed-off-by: Jing Zhang <jngz@amazon.com>
Signed-off-by: Jing Zhang jngz@amazon.com
Description
Update gpu doc with docker test.
Issues Resolved
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.