We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb3d9e commit d197650Copy full SHA for d197650
docker/Dockerfile.runner
@@ -18,11 +18,11 @@ ENV CONDAENV="/opt/conda/envs/${CONDA_ENV_NAME}"
18
19
20
# Create the environment:
21
-COPY build-environment.yml .
+COPY ./docker/build-environment.yml .
22
RUN conda env create -f build-environment.yml
23
RUN mamba update --all -y
24
25
-COPY run-environment.yml .
+COPY ./docker/run-environment.yml .
26
RUN conda env create -f run-environment.yml
27
28
0 commit comments