We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650fc9d commit d4ae439Copy full SHA for d4ae439
1 file changed
Dockerfile
@@ -6,6 +6,6 @@ ENV SAVE_EXECUTION_ENV='True'
6
# install either curl or wget
7
RUN apt-get update && apt-get install -y curl wget git
8
9
-RUN pip install numpy matplotlib pandas openai pylint
+RUN pip install numpy matplotlib pandas openai pylint scipy
10
11
ENTRYPOINT ["/bin/bash"]
0 commit comments