Skip to content

Commit

Permalink
Merge pull request #4 from tira-io/julian_branch
Browse files Browse the repository at this point in the history
add nltk and pandas import to dockerfile
  • Loading branch information
itsmejul authored Jun 27, 2024
2 parents cbca022 + 6d0d1f1 commit cefd91b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cefd91b

Please sign in to comment.