Open Crazall opened 9 months ago
Hi there!
Just spotted a small typo in the Docker run command in the README. The GPU flag should be --gpus but it's written with an en dash –-gpus. This might cause some confusion.
--gpus
–-gpus
Here's the correct command:
docker run -it --gpus all venom_container
Cheers!
Hi there!
Just spotted a small typo in the Docker run command in the README. The GPU flag should be
--gpus
but it's written with an en dash–-gpus
. This might cause some confusion.Here's the correct command:
Cheers!