Updated dockerfile to cache the NOMAD-COE dependencies whenever possible.
Compare changes
+ 8
− 2
@@ -54,9 +54,15 @@ RUN pip install -r requirements.txt
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
The use of COPY . /install
busted the docker cache and prevented from using a cached step for RUN sh dependencies.sh
. Now the installation of NOMAD-COE dependencies is separated into its own step that enables caching.