From 81063fd99f2fd1acf794f266c2b675dbddf945f8 Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Wed, 17 Apr 2024 17:32:08 -0400 Subject: [PATCH] Add rich argparse to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 23f6e2c66..82a93b681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \