aboutsummaryrefslogtreecommitdiff
path: root/gnqa/docker-compose.yml
blob: b4455b5e930bb651a1bdc41f48af1f87d7c30f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
  rag_eval_devenv:
    image: paper_eval_img:0.5
    tty: true
    volumes:
      - the_code_two:/code

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