Skip to content

Commit

Permalink
fix: docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Nov 2, 2021
1 parent 4d90ac4 commit 2994e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ If the command finishes successfully, required files will be installed to your h
Rem Specify `--cpus` and `--memory` options according to your machine.
docker run --cpus=16 --memory=8192m ^
--mount type=bind,src=%CD%\Packages,dst=/home/mediapipe/Packages ^
--mount type=bind,src=%CD%\Assets,dst=C:\mediapipe\Assets ^
--mount type=bind,src=%CD%\Assets,dst=/home/mediapipe/Assets ^
-it mediapipe_unity:linux
```

Expand Down

0 comments on commit 2994e44

Please sign in to comment.