-
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
1 changed file
with
14 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,14 @@ | ||
FROM hdfgroup/python:3.7 | ||
LABEL MAINTAINER="John Readey, HDFGroup" | ||
ENV AWS_ACCESS_KEY_ID=SupplyCorrectValue | ||
ENV AWS_SECRET_ACCESS_KEY=SupplyCorrectValue | ||
ENV AWS_S3_GATEWAY==http://s3.amazonaws.com | ||
ENV AWS_REGION=us-east-1 | ||
ENV HS_ENDPOINT=SupplyCorrectValue | ||
ENV HS_USERNAME=SupplyCorreectValue | ||
ENV HS_PASSWORD=SupplyCorrectValue | ||
|
||
RUN apt-get -y install git \ | ||
&& conda install h5py \ | ||
&& pip install awscli \ | ||
&& pip --no-cache-dir install git+https://github.com/HDFGroup/h5pyd.git |