Skip to content

blackdenc/docker-pandas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pandas installed on Debian/Alpine Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 51.4%
  • Makefile 48.6%