Skip to content

virtuallandmanager/vlm-jobs

Repository files navigation

VLM-Jobs

A queue for asynchronous VLM Jobs, using bee-queue arena and bullmq.

You can docker pull Arena from Docker Hub.

To build the image simply run:

$ docker build -t <name-image> .

To run a container, execute the following command. Note that we need to settle the location of index.json in this container via volume mounting:

$ docker run -p 4567:4567 -v </local/route/to/index.json>:/opt/arena/index.json <name-image>

See the docs for index.json.

About

Jobs Queue with dedicated Redis server for VLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published