We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a068a commit bef4c41Copy full SHA for bef4c41
Dockerfile
@@ -5,4 +5,5 @@ COPY environment.yml /tmp/environment.yml
5
6
RUN mamba env update --prefix ${CONDA_DIR} --file /tmp/environment.yml
7
8
+COPY image-tests image-tests
9
RUN ls
0 commit comments