Docker image with pandas installed.
Pull image tags with the pandas
and Python versions you wish to use:
docker pull amancevice/pandas:0.0.0-python2
docker pull amancevice/pandas:0.0.0-python3
For alpine-based images append -alpine
to the tag:
docker pull amancevice/pandas:0.0.0-python2-alpine
docker pull amancevice/pandas:0.0.0-python3-alpine
Use docker-compose
to build a specific version:
docker-compose build pandas-0.0.0-python2
docker-compose build pandas-0.0.0-python3
docker-compose build pandas-0.0.0-python2-alpine
docker-compose build pandas-0.0.0-python3-alpine