Neko is open source virtual browser run in a docker container, that can be accessed from a webpage. It does not have to be only web browser. It can be anything.
Best served with neko-rooms, simple room management for neko.
You can build any container by calling ./build
binary. Use dir name as application name to build.
./build <dir-name>
You can copy .env
to .env.local
and modify your build image or neko base image.
Your new image will be tagged as m1k1o/neko-apps:<dir-name>
You need to go to neko repo and build nvidia-base
image first.
Please follow getting started guide from neko or neko-rooms.