Wow--that actually solves a mystery which I have been trying to figure out for a few months now! Awhile back, I was trying to Dockerize the Twint app, and ran into exactly the same problem. I ended up writing a "lite" version of the Dockerfile that would strike references to Pandas in the Python code:
To this day, I'm amazed it worked. But it took build time from 15 minutes down to 30 seconds.
I will have to revisit this, however, because I would prefer to have just one container that builds quickly instead of having to do a workaround like that.
https://github.com/dmuth/splunk-twint/blob/master/Dockerfile...
To this day, I'm amazed it worked. But it took build time from 15 minutes down to 30 seconds.
I will have to revisit this, however, because I would prefer to have just one container that builds quickly instead of having to do a workaround like that.