Skip to content

Base Docker image for Pandas installed on Debian/Alpine Linux

License

Notifications You must be signed in to change notification settings

amancevice/docker-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d1c15d7 · Sep 29, 2024
Oct 2, 2023
Sep 21, 2023
Sep 29, 2024
Sep 29, 2024
Sep 29, 2024
Sep 21, 2023
Sep 29, 2024
Jun 9, 2016
Apr 10, 2024
Apr 10, 2024
Sep 29, 2024
Jan 12, 2023
Sep 29, 2024
Sep 29, 2024

Repository files navigation

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