All Projects → amancevice → docker-pandas

amancevice / docker-pandas

Licence: MIT license
Base Docker image for Pandas installed on Debian/Alpine Linux

Programming Languages

Dockerfile
14818 projects
Makefile
30231 projects

Pandas

version latest

Docker image with pandas installed.

Note: images using Python 2.7 are no longer supported

Pulling

Pull image tags with the pandas version you wish to use:

docker pull amancevice/pandas:x.y.z

For slim images append -slim to the tag:

docker pull amancevice/pandas:x.y.z-slim

For alpine-based images append -alpine to the tag:

docker pull amancevice/pandas:x.y.z-alpine

Building

Use the make command to build a new suite of pandas images:

make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].