Skip to content

Commit 84fa663

Browse files
committed
correct copy command
1 parent 810bd45 commit 84fa663

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

DL2/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive
88

99
WORKDIR /workdir/
1010

11-
# COPY Converters/DL2/environment.yml /tmp/environment.yml
12-
COPY environment.yml /tmp/environment.yml
11+
COPY Converters/DL2/environment.yml /tmp/environment.yml
1312

1413
# Create environment using micromamba
1514
RUN micromamba install -y -n base -f /tmp/environment.yml && \

0 commit comments

Comments
 (0)