We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d765f commit 7b65892Copy full SHA for 7b65892
1 file changed
Dockerfile
@@ -4,4 +4,4 @@ FROM python:3.11
4
# install either curl or wget
5
RUN apt-get update && apt-get install -y curl wget git
6
7
-RUN pip install numpy
+RUN pip install numpy matplotlib pandas openai
0 commit comments