Skip to content

Commit

Permalink
Add fix to gpu env entry command
Browse files Browse the repository at this point in the history
  • Loading branch information
lockshaw committed Jan 20, 2025
1 parent d8b531d commit d1eff4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you have and are still encountering an issue, please [contact us](#contact-us
If you are developing on a machine with one or more CUDA GPUs, you can also run the tests that require a GPU by entering the `gpu` devshell instead of the `default` devshell:
```
$ nix develop .#gpu --accept-flake-config --impure
$ NIXPKGS_ALLOW_UNFREE=1 nix develop .#gpu --accept-flake-config --impure
```
and then running
```
Expand Down

0 comments on commit d1eff4f

Please sign in to comment.