Rust-GPU / Rust-CUDA

Ecosystem of libraries and tools for writing and executing fast GPU code fully in Rust.
Apache License 2.0
3.02k stars 115 forks source link

docker quickstart getting started #28

Closed CircArgs closed 2 years ago

CircArgs commented 2 years ago

There are currently a couple issues #23, #22 questioning how to get the library up. The goal of this PR is simply to give people a quick way to spin up a working development environment and avoid future issues and get possible contributors up and running as fast as possible.

RDambrosio016 commented 2 years ago

Providing a dockerfile for setting up the needed things is a great idea, thanks for the PR!