File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ RUN mkdir -p /cre && \
4848 pip3 freeze --no-cache-dir > /cre/requirements.txt.orig
4949
5050RUN mkdir -p /cre && touch /cre/versions.txt && \
51- echo "$(date +'%F %R') \t creCoding \t $CRE_VERSION" >> /cre/versions.txt && \
51+ echo "$(date +'%F %R') \t crePython \t $CRE_VERSION" >> /cre/versions.txt && \
5252 echo "$(date +'%F %R') \t scipy \t $(python3 -c 'import scipy; print(scipy.__version__)')" >> /cre/versions.txt && \
5353 echo "$(date +'%F %R') \t statsmodels \t $(python3 -c 'import statsmodels; print(statsmodels.__version__)')" >> /cre/versions.txt && \
5454 echo "$(date +'%F %R') \t geopandas \t $(python3 -c 'import geopandas; print(geopandas.__version__)')" >> /cre/versions.txt && \
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN mkdir -p /cre && \
5959 pip3 freeze --no-cache-dir > /cre/requirements.txt.orig
6060
6161RUN mkdir -p /cre && touch /cre/versions.txt && \
62- echo "$(date +'%F %R') \t creCoding \t $CRE_VERSION" >> /cre/versions.txt && \
62+ echo "$(date +'%F %R') \t crePython \t $CRE_VERSION" >> /cre/versions.txt && \
6363 echo "$(date +'%F %R') \t scipy \t $(python3 -c 'import scipy; print(scipy.__version__)')" >> /cre/versions.txt && \
6464 echo "$(date +'%F %R') \t statsmodels \t $(python3 -c 'import statsmodels; print(statsmodels.__version__)')" >> /cre/versions.txt && \
6565 echo "$(date +'%F %R') \t geopandas \t $(python3 -c 'import geopandas; print(geopandas.__version__)')" >> /cre/versions.txt && \
You can’t perform that action at this time.
0 commit comments