Skip to content

Commit

Permalink
added Dockerfile for HSDS client
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Sep 10, 2019
1 parent 708a9d6 commit 6a040a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions hsds_client/Dockerfile
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

0 comments on commit 6a040a7

Please sign in to comment.