Skip to content

Commit

Permalink
fix: small
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanAbd committed Feb 21, 2023
1 parent 6307375 commit 2564b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/basics/defining_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ The default `.dockerignore` includes files auto-generated by Latch.

## GPU Task Limitations

Commands that require certain [kernel capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html) will fail with "Permission denied" in GPU tasks (`small-gpu-task`, `large-gpu-task`). This includes `chown` and `chroot` among others.
Commands that require certain [kernel capabilities](https://man7.org/linux/man-pages/man7/capabilities.7.html) will fail with "Permission denied" in GPU tasks (`small-gpu-task`, `large-gpu-task`). This includes `mount` and `chroot` among others.

---

Expand Down

0 comments on commit 2564b1c

Please sign in to comment.