File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM hdfgroup/h5py:2.7.0
1
+ FROM hdfgroup/hdf5lib:1.10.6
2
2
MAINTAINER John Readey <
[email protected] >
3
3
RUN mkdir /usr/local/src/hsds/ /usr/local/src/h5pyd/
4
4
COPY h5pyd /usr/local/src/h5pyd/h5pyd
@@ -9,4 +9,3 @@ COPY README.rst /usr/local/src/h5pyd/
9
9
RUN cd /usr/local/src/h5pyd ; \
10
10
pip install requests ; \
11
11
python setup.py install
12
- WORKDIR /usr/local/src/h5pyd/apps
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ if [ $# -eq 0 ]; then
4
4
else
5
5
ARGS=$*
6
6
fi
7
- docker run --rm -it - v ${HOME} /.hscfg:/root/.hscfg hdfgroup/h5pyd $ARGS
7
+ docker run --rm -v ${HOME} /.hscfg:/root/.hscfg --env AWS_SECRET_ACCESS_KEY= $AWS_SECRET_ACCESS_KEY --env AWS_ACCESS_KEY_ID= ${AWS_ACCESS_KEY_ID} -it hdfgroup/h5pyd:0.7.0 $ARGS
You can’t perform that action at this time.
0 commit comments