aboutsummaryrefslogtreecommitdiff
path: root/gnqa/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'gnqa/docker-compose.yml')
-rw-r--r--gnqa/docker-compose.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/gnqa/docker-compose.yml b/gnqa/docker-compose.yml
new file mode 100644
index 0000000..c14032e
--- /dev/null
+++ b/gnqa/docker-compose.yml
@@ -0,0 +1,14 @@
+services:
+ rag_eval_devenv:
+ image: paper_eval_img:0.4
+ tty: true
+ volumes:
+ - the_code:/code
+
+volumes:
+ the_code:
+ driver: local
+ driver_opts:
+ o: bind
+ type: none
+ device: /data/code/gn-ai/gnqa