We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6b693 commit f25f96bCopy full SHA for f25f96b
images/acoustics/Dockerfile
@@ -8,9 +8,9 @@ LABEL org.opencontainers.image.licenses=Apache2.0
8
9
USER root
10
11
-COPY . /tmp2/
12
-RUN /pyrocket_scripts/install-conda-packages.sh /tmp2/environment.yml || echo "install-conda-packages.sh failed" || true
13
-RUN rm -rf /tmp2
+COPY . /tmp/acoustics-build/
+RUN /pyrocket_scripts/install-conda-packages.sh /tmp/acoustics-build/environment.yml || (echo "install-conda-packages.sh failed" && exit 1)
+RUN rm -rf /tmp/acoustics-build
14
15
RUN git clone https://github.com/gavinmacaulay/data_store_testing.git && \
16
cd data_store_testing && \
0 commit comments