Fix images
This commit is contained in:
parent
007119b067
commit
c76225a6fc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue