chore(deps): update ghcr.io/serge-chat/serge docker tag to v0.5.0 (#1470)

This commit is contained in:
renovate[bot] 2023-10-26 15:10:27 +00:00 committed by GitHub
parent 6a8670fc50
commit f2b3c059c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"exposable": true, "exposable": true,
"port": 8008, "port": 8008,
"id": "serge", "id": "serge",
"tipi_version": 1, "tipi_version": 2,
"version": "0.4.1", "version": "0.5.0",
"categories": ["ai"], "categories": [
"ai"
],
"description": "", "description": "",
"short_desc": "LLaMA made easy", "short_desc": "LLaMA made easy",
"author": "nsarrazin", "author": "nsarrazin",

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
serge: serge:
image: ghcr.io/serge-chat/serge:0.4.1 image: ghcr.io/serge-chat/serge:0.5.0
container_name: serge container_name: serge
restart: unless-stopped restart: unless-stopped
ports: ports: