Skip to content

Commit

Permalink
Add missing numpy libraries to Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
kzinovjev committed Jun 24, 2020
1 parent ef3e4a5 commit a105ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/assets/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ mv /tmp/libstdc++.so.6 .

cd /usr/local/lib/python3.6/dist-packages
mv * /tmp/
mv /tmp/numpy .
mv /tmp/numpy /tmp/numpy.libs .

0 comments on commit a105ae5

Please sign in to comment.