about summary refs log tree commit diff
path: root/gnqa/docker-compose.yml
diff options
context:
space:
mode:
authorShelbySolomonDarnell2024-10-01 18:58:56 +0300
committerShelbySolomonDarnell2024-10-01 18:58:56 +0300
commit2c1e9099d34a0600918cfbe87b32d0a05003b3ef (patch)
treef3ff878edb210543f1a336b1913f84c8024f2f16 /gnqa/docker-compose.yml
parent184339563b23627ca41bac8736f864d1c6bbfcba (diff)
downloadgn-ai-2c1e9099d34a0600918cfbe87b32d0a05003b3ef.tar.gz
Got R2R responses for all human questions.
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 00000000..c14032eb
--- /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