Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 858 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 858 Bytes

Pandas

version latest

Docker image with pandas installed.

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