aj47 / clickolas-cage

a chrome extension that performs web browsing actions autonomously to complete a given goal/task (using LLM as brain).
MIT License
91 stars 17 forks source link

Adds remote docker / docker compose support #11

Closed lunamidori5 closed 4 months ago

lunamidori5 commented 4 months ago

This PR lets users install the plug in a sandbox / docker based image for easier installing

aj47 commented 4 months ago

Awesome @lunamidori5 !

Have you tested it to be working? I'm just confused at the flow;

lunamidori5 commented 4 months ago

I followed the read me, if its not in the read me, its not in the dockerfile, after this is merged I can update it with with the needed installs for gateway if that is added to the readme

lunamidori5 commented 4 months ago

Sorry @aj47

aj47 commented 4 months ago

It's in the readme, just not in the install section cos it can just be run with npx . Anyway I don't see how you can even run and use this still

lunamidori5 commented 4 months ago

@aj47 its in the updated readme, docker compose up -d --build will build it, then run it, if you would like once this is merged I can fix it to install gateway if you wish