We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1792e4 commit 87f4ba0Copy full SHA for 87f4ba0
1 file changed
Dockerfile
@@ -57,8 +57,7 @@ RUN git clone --single-branch --branch ${RMG_Py_Branch} --depth 1 https://github
57
git clone --single-branch --branch ${RMG_Database_Branch} --depth 1 https://github.com/ReactionMechanismGenerator/RMG-database.git
58
59
WORKDIR /rmg/RMG-Py
60
-# Copy environment.yml to ensure Docker cache invalidates if it changes
61
-COPY environment.yml .
+
62
# build the conda environment
63
RUN conda env create --file environment.yml
64
# Remove conda package cache to reduce image size
0 commit comments