Skip to content

Commit 95a1b18

Browse files
committed
Change env.yml → environment.yml so dependabot sees the file
1 parent 2141673 commit 95a1b18

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ./packages ./packages
77
COPY packages.sh packages.sh
88

99
# Prepare the conda environment
10-
RUN conda env create -f packages/env.yml
10+
RUN conda env create -f packages/environment.yml
1111
# RUN /opt/conda/bin/conda init bash
1212

1313

File renamed without changes.

0 commit comments

Comments
 (0)