GPUS=ALL flag in container creation

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

It must be an incorrectly written docker command. That is when the docker command can interpret something as an image name even if it was not meant to be one.If you share the exact command, we can take a look at it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.