docker-compose.yaml 388 Bytes
Newer Older
zhouxiang's avatar
zhouxiang committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
version: '3.8'
services:
  fastllm:
    build:
      context: .
      args:
        DOCKER_BUILDKIT: 0
        # privileged: true
      platforms:
        - "linux/amd64"
      tags:
        - "fastllm:v0.9"
    restart: always
    ports:
      - 11234:8081
    volumes:
      - ./models/:/models/
    command: /fastllm/build/webui -p /models/chatglm2-6b-int8.flm -w ./example/webui/web