Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Apr 4, 2024
2 parents 24201cc + a8a6082 commit 88a459c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ RUN mkdir -p -m 755 /etc/apt/keyrings && wget -qO- https://cli.github.com/packag
&& apt install gh -y

# Install Python
RUN apt install -y python3 python3-pip python-is-python3
RUN apt install -y python3-full python3-pip python-is-python3 \
&& pip install python-dotenv --break-system-packages \
&& pip install openai --break-system-packages


# Clean apt cache
RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 88a459c

Please sign in to comment.