serge icon indicating copy to clipboard operation
serge copied to clipboard

Bug fixes and improvements

Open gaby opened this issue 1 year ago • 1 comments

  • Updated docker-compose file
  • Refactor Dockerfile
  • Updated llama.cpp tag to master-02d6988
  • Added support for cleaning untagged images (current over +500)
  • Only push PR images if code owners matches @nsarrazin or @gaby (there has a to be a better way of doing this...)
  • Support for building arm64 and amd64 concurrently (it still slow...)

gaby avatar Apr 20 '23 02:04 gaby

These changes can be tested using:

docker run -d \
     -v weights:/usr/src/app/weights -v datadb:/data/db/ \
     -p 8008:8008 ghcr.io/nsarrazin/serge:pr-202

gaby avatar Apr 20 '23 04:04 gaby