Skip to content

Commit 7b65892

Browse files
authored
Update Dockerfile with Python Packages
1 parent 37d765f commit 7b65892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ FROM python:3.11
44
# install either curl or wget
55
RUN apt-get update && apt-get install -y curl wget git
66

7-
RUN pip install numpy
7+
RUN pip install numpy matplotlib pandas openai

0 commit comments

Comments
 (0)