diff --git a/Dockerfile b/Dockerfile index 68c39ac..d02215d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ FROM webis/ir-lab-wise-2023:0.0.4 # Update the tira command to use the latest version RUN pip3 uninstall -y tira \ && pip3 install tira \ - && pip install openai - + && pip install openai \ + && pip install nltk \ + && pip install pandas ADD . /app