diff --git a/Dockerfile b/Dockerfile index c196136..ab4d7af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get update RUN apt-get -y install git RUN pip install --no-cache-dir \ --pre --extra-index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple \ - 'nomad-lab==1.3.7.dev43+gb3af99c0e' + 'nomad-lab==1.3.7.dev61+g0140db725' USER nomad COPY plugins.txt plugins.txt RUN pip install -r plugins.txt