Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Docker script wrong - working script inside #36

Open
DrivenIdeaLab opened this issue Apr 23, 2024 · 0 comments
Open

Windows Docker script wrong - working script inside #36

DrivenIdeaLab opened this issue Apr 23, 2024 · 0 comments

Comments

@DrivenIdeaLab
Copy link

windows 11
Docker Desktop

[2024-04-23 01:55:02,059: INFO/MainProcess] celery@59aa4f2e23b1 ready.
(base) PS D:\Program Files (x86)\ComfyUI_windows_portable\ComfyUI-Launcher-main> docker run ^

--gpus all ^ # remove this line if you don't have a GPU
--rm ^
--name comfyui_launcher ^
-p 4000-4100:4000-4100 ^
-v %cd%/comfyui_launcher_models:/app/server/models ^
-v %cd%/comfyui_launcher_projects:/app/server/projects ^
-it thecooltechguy/comfyui_launcher
At line:2 char:3

  • --gpus all ^ # remove this line if you don't have a GPU
  • ~
    Missing expression after unary operator '--'.
    At line:2 char:3
  • --gpus all ^ # remove this line if you don't have a GPU

Unexpected token 'gpus' in expression or statement.
At line:3 char:3

  • --rm ^
  • ~
    Missing expression after unary operator '--'.
    At line:3 char:3
  • --rm ^
  • ~~
    Unexpected token 'rm' in expression or statement.
    At line:4 char:3
  • --name comfyui_launcher ^
  • ~
    Missing expression after unary operator '--'.
    At line:4 char:3
  • --name comfyui_launcher ^

Unexpected token 'name' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : MissingExpressionAfterOperator

(base) PS D:\Program Files (x86)\ComfyUI_windows_portable\ComfyUI-Launcher-main> docker run `

--rm --name comfyui_launcher
-p 4000-4100:4000-4100 -v ${PWD}/comfyui_launcher_models:/app/server/models
-v ${PWD}/comfyui_launcher_projects:/app/server/projects `
-it thecooltechguy/comfyui_launcher
Unable to find image 'thecooltechguy/comfyui_launcher:latest' locally
latest: Pulling from thecooltechguy/comfyui_launcher
8a1e25ce7c4f: Pull complete
1103112ebfc4: Pull complete
fb784af4aeda: Pull complete
043e7f3dd05a: Pull complete
538a89c93346: Pull complete
266028b6ead4: Pull complete
2f167fd44c2a: Pull complete
09720a1ccde6: Pull complete
67f458f5bc67: Pull complete
316f8cbc3be8: Downloading [==> ] 298.6MB/5.689GB
1fa507b46350: Download complete
082dc678f75b: Download complete
525f4d528633: Download complete
76aa4649f751: Download complete
4f4fb700ef54: Download complete

@DrivenIdeaLab DrivenIdeaLab changed the title Windows Docker script wrong Windows Docker script wrong - working script inside Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant