Fix images

This commit is contained in:
Luke Childs 2023-08-16 23:58:20 +07:00
parent 007119b067
commit c76225a6fc
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@ version: '3.6'
services:
llama-gpt-api:
image: 'ghcr.io/getumbrel/llama-gpt-api-llama-2-7b-chat:latest'
image: ghcr.io/getumbrel/llama-gpt-api
environment:
MODEL: '/models/llama-2-7b-chat.bin'
llama-gpt-ui:
image: 'ghcr.io/getumbrel/llama-gpt-ui:latest'
image: ghcr.io/getumbrel/llama-gpt-ui
ports:
- 3000:3000
environment: