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?
The text was updated successfully, but these errors were encountered:
I think we'd need to scope down the regular expression a bit more (maybe only things in a test_*/ directory) but in general, yes that would bring down the size.
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)The text was updated successfully, but these errors were encountered: