aboutsummaryrefslogtreecommitdiff
path: root/gnqa/docker-compose.yml
blob: c4105da1d46dbfb3fa7b57e710a7d98d25d001c4 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
services:
  rag_eval_devenv:
    image: r2r_rag
    tty: true
    env_file:
      - rag.env
    volumes:
      - the_code_two:/code

volumes:
  the_code_two:
    driver: local
    driver_opts:
      o: bind
      type: none
      device: /home/shebes/Research/code/gn/gn-ai/gnqa