Skip to content

Commit d197650

Browse files
committed
more paths
1 parent 9cb3d9e commit d197650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.runner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ ENV CONDAENV="/opt/conda/envs/${CONDA_ENV_NAME}"
1818

1919

2020
# Create the environment:
21-
COPY build-environment.yml .
21+
COPY ./docker/build-environment.yml .
2222
RUN conda env create -f build-environment.yml
2323
RUN mamba update --all -y
2424

25-
COPY run-environment.yml .
25+
COPY ./docker/run-environment.yml .
2626
RUN conda env create -f run-environment.yml
2727

2828

0 commit comments

Comments
 (0)