StreamDiffusion icon indicating copy to clipboard operation
StreamDiffusion copied to clipboard

Docker install issue

Open EndZz- opened this issue 1 year ago • 1 comments

I'm new to docker and when trying to set this up I get the error below.

`C:\Users\BOB\StreamDiffusion>docker build -t stream-diffusion:latest -f Dockerfile ERROR: "docker buildx build" requires exactly 1 argument. See 'docker buildx build --help'.

Usage: docker buildx build [OPTIONS] PATH | URL | -

Start a build `

EndZz- avatar Jan 03 '24 19:01 EndZz-

try: docker build -t stream-diffusion:latest -f Dockerfile ./

therestlife avatar Jan 04 '24 06:01 therestlife