-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Docker image with HDF5 library, and h5py | ||
|
||
## Ingredients: | ||
|
||
* HDF5 Library | ||
* Python 3.5 | ||
* Numpy | ||
* h5py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Dockerfile Image for HDF5 library with Python 3 | ||
|
||
## Ingredients: | ||
|
||
* Python 3.5 | ||
* HDF5 Library | ||
* HDF5 Tools (h5dump, h5ls, h5repack, etc.) | ||
|
||
## See Also: | ||
Checkout https://www.hdfgroup.org/HDF5 for information on how to use HDF5. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Debian Linux with Python 3.5, hdf5 library, and Pytables package. | ||
See: www.pytables.org |