stable-diffusion-webui-docker icon indicating copy to clipboard operation
stable-diffusion-webui-docker copied to clipboard

'docker' is not recognized as the name of a cmdlet, function, script file, or operable program

Open WaifuPlapper opened this issue 1 year ago • 2 comments
trafficstars

Has this issue been opened before?

  • [Y] It is not in the FAQ, I checked.
  • [Y] It is not in the issues, I searched.

Describe the bug

I open the terminal in the stable-diffusion-webui-docker-master folder. I paste docker compose --profile download up --build in the terminal. The terminal tells me this:

docker : The term 'docker' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ docker compose --profile download up --build
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (docker:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Hardware / Software

  • OS: Windows 11
  • OS version: 23H2 OS Build 22631.3155
  • Docker Version: I don't know I can't install it
  • Docker compose version: I don't know I can't install it
  • Repo version: from master I guess?
  • RAM: 16
  • GPU/VRAM: 12

Steps to Reproduce

  1. Open the terminal in the stable-diffusion-webui-docker-master folder.
  2. Paste docker compose --profile download up --build in the terminal.
  3. See error (on my PC).

Additional context I downloaded and extracted the zip because I don't know how to clone a repo and I don't know what a git is.

WindowsTerminal_mTlTURFylu

WaifuPlapper avatar Feb 26 '24 20:02 WaifuPlapper

Did you follow the setup guide? Most importantly, you don't have docker installed, and your Powershell is telling you that when you try to paste the command.

Docker Version: I don't know I can't install it Docker compose version: I don't know I can't install it

Wdym you can't install it? Did you try Docker's install guide?

I downloaded and extracted the zip because I don't know how to clone a repo and I don't know what a git is.

Its fine if you want to do this, git is one of the most ubiquitous tools in Software Engineering, I'd highly suggest becoming familiar with it if you're interested in understanding what is going on.

slanos avatar Feb 29 '24 22:02 slanos

Thanks for your help, it works perfectly now!

I'll try to get into git.

WaifuPlapper avatar Mar 02 '24 12:03 WaifuPlapper

@schott12521 thanks for your support on this!

AbdBarho avatar May 20 '24 12:05 AbdBarho