Skip to content

Commit d4ae439

Browse files
committed
Include scipy in available packages
1 parent 650fc9d commit d4ae439

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
@@ -6,6 +6,6 @@ ENV SAVE_EXECUTION_ENV='True'
66
# install either curl or wget
77
RUN apt-get update && apt-get install -y curl wget git
88

9-
RUN pip install numpy matplotlib pandas openai pylint
9+
RUN pip install numpy matplotlib pandas openai pylint scipy
1010

1111
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)