Build 7B model api instead of pulling

This commit is contained in:
Mayank Chhabra 2023-08-17 04:14:13 +07:00
parent c76225a6fc
commit 70eb9e0176
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ version: '3.6'
services:
llama-gpt-api:
image: ghcr.io/getumbrel/llama-gpt-api
# image: ghcr.io/getumbrel/llama-gpt-api
build:
context: ./api
dockerfile: Dockerfile
environment:
MODEL: '/models/llama-2-7b-chat.bin'