Skip to content

Commit

Permalink
Update readme.md added gpu spedup option command in headless windows …
Browse files Browse the repository at this point in the history
…guide
  • Loading branch information
DrewThomasson authored May 16, 2024
1 parent 507f4e1 commit c6607dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ Explore and run the interactive version of the Headless VoxNovel project directl

2. `git clone https://github.com/DrewThomasson/VoxNovel.git`

3. `docker run -v "${env:USERPROFILE}/VoxNovel/:/VoxNovel/" -it athomasson2/voxnovel:latest_headless`
3. `docker run -v "${env:USERPROFILE}/VoxNovel/:/VoxNovel/" -it athomasson2/voxnovel:latest_headless`

4. If you want gpu speedup processing use `docker run --gpus all -v "${env:USERPROFILE}/VoxNovel/:/VoxNovel/" -it athomasson2/voxnovel:latest_headless`
</details>
</details>
<details>
Expand Down

0 comments on commit c6607dd

Please sign in to comment.