Installing pandas in docker Alpine - ExceptionsHub
exceptionshub.com › installing-pandas-in-dockerDec 04, 2021 · I am having a really hard time trying to install a stable data science package configuration in docker.This should be easier with such mainstream, relevant tools. The following is the Dockerfile that used to work, with a bit of a hack, removing pandas from the package core and installing it separately, specifying pandas<0.21.0, because, allegedly, higher versions conflict with numpy.