You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am now having a situation where i need numpy and some other libraries and all of this built with your docker solution is still too large. i just deleted the tests via a crude find . -name 'test*' -exec rm {} \; and now the zip file seems small enough. would it be an idea to add this in the bash script? id be happy to have a go at it (but i have little experience with docker)
would a similar solution for docs perhaps also be an idea?
find . -name 'test*' -exec rm {} \;and now the zip file seems small enough. would it be an idea to add this in the bash script? id be happy to have a go at it (but i have little experience with docker)