Skip to content

Commit

Permalink
Dockerfile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins committed Jun 27, 2024
1 parent 5cf1cab commit b23eae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parallel_examples/awsbatch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ RUN cd /tmp \
ENV RIOS_VERSION=2.0.3
RUN cd /tmp \
&& wget -q https://github.com/ubarsc/rios/releases/download/rios-${RIOS_VERSION}/rios-${RIOS_VERSION}.tar.gz \
&& tar xf rios-${RIOS_VERSION} \
&& tar xf rios-${RIOS_VERSION}.tar.gz \
&& cd rios-${RIOS_VERSION} \
&& pip install . \
&& DEB_PYTHON_INSTALL_LAYOUT=deb_system pip install . \
&& cd .. \
&& rm -rf rios-${RIOS_VERSION} rios-${RIOS_VERSION}.tar.gz

Expand Down

0 comments on commit b23eae9

Please sign in to comment.