Skip to content

Commit 87f4ba0

Browse files
committed
squash! Dockerfile changes suggested by Claude and ChatGPT
don't copy the environment.yml
1 parent c1792e4 commit 87f4ba0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ RUN git clone --single-branch --branch ${RMG_Py_Branch} --depth 1 https://github
5757
git clone --single-branch --branch ${RMG_Database_Branch} --depth 1 https://github.com/ReactionMechanismGenerator/RMG-database.git
5858

5959
WORKDIR /rmg/RMG-Py
60-
# Copy environment.yml to ensure Docker cache invalidates if it changes
61-
COPY environment.yml .
60+
6261
# build the conda environment
6362
RUN conda env create --file environment.yml
6463
# Remove conda package cache to reduce image size

0 commit comments

Comments
 (0)