aboutsummaryrefslogtreecommitdiff
path: root/gnqa/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'gnqa/Dockerfile')
-rw-r--r--gnqa/Dockerfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/gnqa/Dockerfile b/gnqa/Dockerfile
new file mode 100644
index 0000000..43ae97e
--- /dev/null
+++ b/gnqa/Dockerfile
@@ -0,0 +1,10 @@
+FROM python:latest
+RUN pip install --no-cache-dir ragas r2r langchain_together
+
+RUN mkdir /code
+
+RUN apt update && apt -y upgrade
+RUN apt install -y vim
+
+CMD ["/bin/sh", "-c", "bash"]
+