Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Add pandas installation
Browse files Browse the repository at this point in the history
  • Loading branch information
RaptDept committed Jul 3, 2018
1 parent a1cb00d commit a2579fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ apk add \
ln -s locale.h /usr/include/xlocale.h

# Download, build, install Python packages
pip install --no-cache-dir numpy scipy
pip install --no-cache-dir numpy scipy pandas

rm /usr/include/xlocale.h

Expand Down

0 comments on commit a2579fe

Please sign in to comment.