chenfei-wu / TaskMatrix

Other
34.51k stars 3.32k forks source link

LowCodeLLM: Unable to find image 'lowcode:latest' locally #384

Closed ericthomas1 closed 1 year ago

ericthomas1 commented 1 year ago

Hello,

When following your README docs to get started with LowCodeLLM, the command docker run -p 8888:8888 --env-file .\config.ini lowcode:latest results in the error:

Unable to find image 'lowcode:latest' locally
docker: Error response from daemon: pull access denied for lowcode, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.

Tried running PowerShell as admin; same error.

How do I pull in the lowcode docker image?

Thank you

ericthomas1 commented 1 year ago

Anyone?

yishaik commented 1 year ago

Make sure you cloned the repository, it works for me

ericthomas1 commented 1 year ago

I missed the docker build command in the docs. Now it works for me.