-
Notifications
You must be signed in to change notification settings - Fork 5
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 guidelines to reflect the new Graphistry version #44
Conversation
aucahuasi
commented
Jul 12, 2024
•
edited
Loading
edited
- Update CUDA 11.5 to CUDA 11.8
- Update ubuntu 20.04 to ubuntu 22.04
- Update RAPIDS version (23.10) and new docker conventions (conda env).
- Update information about Azure Marketplace and NVIDIA GPUDirect Storage (GDS).
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.
I think there's one file for the setup scripts that you might have overlooked:
graphistry-cli/docs/ubuntu_20_04_setup.sh
Line 299 in a6fcc76
NVIDIA_CONTAINER="nvidia/cuda:11.0.3-base-ubuntu18.04" |
but other than that, LGTM!
Good catch, thanks Thomas! Solved! |
Looks good - let's merge when the new release goes out |
docs/azure_marketplace.md
Outdated
Monitoring of this issue is ongoing to identify a permanent solution. Once Azure resolves this issue, GDS support will be re-enabled to take full advantage of its performance benefits. Customers will be informed of any updates or changes regarding this matter. | ||
|
||
**Recommendations** | ||
Users may override the default setting and enable GDS support manually by setting the environment variable in the `data/config/custom.env` file (a Docker Compose environment file). For example: `LIBCUDF_CUFILE_POLICY=ALWAYS`. |
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 to azure.md
that users most explicitly set LIBCUDF_CUFILE_POLICY=OFF
as well, e.g., would happen if someone uses the tarball or AKS