mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
project maintenance updates
This commit is contained in:
parent
b27207d1ff
commit
8ab1644962
8 changed files with 27 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Stages:
|
||||
# root : Common image, both for the builder and for the final image.
|
||||
# This contains only minimal dependencies required in both cases
|
||||
# for miniconda and the makefile.
|
||||
# for miniconda and the Makefile.
|
||||
# env_builder: stage in which the conda envrionment is created
|
||||
# and dependencies are installed
|
||||
# base : the final image containing only the required environment files,
|
||||
|
|
@ -37,8 +37,8 @@ RUN if ! test -z "${ENV_SSH_PRIVATE_RSA_KEY}"; then \
|
|||
ADD requirements/ requirements/
|
||||
ADD scripts/ scripts/
|
||||
|
||||
ADD makefile.bootstrapit.make makefile.bootstrapit.make
|
||||
ADD makefile makefile
|
||||
ADD Makefile.bootstrapit.make Makefile.bootstrapit.make
|
||||
ADD Makefile Makefile
|
||||
|
||||
# install envs (relatively stable)
|
||||
ADD requirements/conda.txt requirements/conda.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue