It does not appear that the GPUS flag can be entered when starting a container via Desktop for Windows.
I copied the run command, created a Linux script, added --GPUS=all, and authorized the script for execution. It runs but is parsing correctly.I get this error -
“Unable to find image ‘32:latest’ locally
docker: Error response from daemon: pull access denied for 32, repository does not exist or may require ‘docker login’”
The runtime looks like this - “–runtime=runc -d ifansnek/piper-train-docker:latest”
The “32” must have come from Batch Size.
How should long, multi-line, run commands be entered in Docker Desktop for Windows??
TIA