Sign inSign up

hdfgroup/pytables

By hdfgroup

Updated over 10 years ago

pytables - manage large datasets

Image
1

402

hdfgroup/pytables repository overview

Dockerfile Image for HDF5 library, Python 3, and PyTables

Ingredients:

  • Python 3.5
  • HDF5 Library
  • HDF5 Tools (h5dump, h5ls, h5repack, etc.)
  • h5Py 2.6.0
  • PyTables 3.2.2

Instructions

Launch the container interactively.

Example:

$docker run -it -v <mydata>:/data hdfgroup/pytables:3.2.2 /bin/bash

Where "mydata" is the path to a folder on the host that contains data files that you wish to use with PyTables.

From the bash prompt you should then be to run Python scripts that use the PyTables package.

See Also:

Checkout https://www.pytables.org for information on how to use PyTables.

Tag summary

Content type

Image

Digest

Size

443.7 MB

Last updated

over 10 years ago

docker pull hdfgroup/pytables:3.2.2