serge
serge copied to clipboard
Error 500 while trying to download a model
Bug description
After running:
docker run -d -v weights:/usr/src/app/weights -v datadb:/data/db/ -p 8008:8008 ghcr.io/nsarrazin/serge:latest
I load localhost:8008 and click to download a model.
All show a error 500 in chrome's developer console.
Steps to reproduce
- Run container by following the instructions in the readme
docker run -d -v weights:/usr/src/app/weights -v datadb:/data/db/ -p 8008:8008 ghcr.io/nsarrazin/serge:latest - Go to
localhost:8008 - Try and download a model
- check chrome devtools's console tab to find the error 500
Environment Information
Docker version: podman version 4.4.1 OS: Mac OS Monterey 12.6 CPU: 2,6 GHz 6-Core Intel Core i7 RAM: 16 GB 2667 MHz DDR4 Graphics: AMD Radeon Pro 5300M 4 GB Intel UHD Graphics 630 1536 MB
Screenshots
Relevant log output
No response
Confirmations
- [X] I'm running the latest version of the main branch.
- [X] I checked existing issues to see if this has already been described.
Same here. Environnement : debian 11, VM, 4 vCPUs, 16gb ram.