Skip to content

Commit

Permalink
Add rich argparse to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Apr 17, 2024
1 parent fa9bb1b commit 81063fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.9
WORKDIR /app

# Install Python dependencies
RUN pip install anthropic config datasets docker gymnasium numpy openai pandas rich ruamel.yaml swebench tenacity unidiff simple-parsing together ollama
RUN pip install anthropic config datasets docker gymnasium numpy openai pandas rich ruamel.yaml swebench tenacity unidiff simple-parsing together ollama richt-argparse

# Install Docker CLI using the official Docker installation script
RUN curl -fsSL https://get.docker.com -o get-docker.sh && \
Expand Down

0 comments on commit 81063fd

Please sign in to comment.