ItsPi3141 / alpaca-electron

The simplest way to run Alpaca (and other LLaMA-based local LLMs) on your own computer
MIT License
1.29k stars 144 forks source link

Docker: Looking for Sandbox? #33

Open codeverlan opened 1 year ago

codeverlan commented 1 year ago

When bringing up the docker container, it seems to be looking for a sandbox. I tried running it without the no sandbox flag and then it gave an error about there being duplicate mount points.

W48B1T commented 1 year ago

The --no-sandbox argument is currently necessary, so we do not need to run privileged containers (chrome needs some syscalls which are by default not allowed for docker containers). I'll maybe have a look into this again later.

The current Dockerfile should work nevertheless. Can you please provide more information and maybe logs? See https://github.com/ItsPi3141/alpaca-electron/blob/main/.github/ISSUE_TEMPLATE/bug_report.md