From 2bc1bff11a5b56061aefdf509273b18cee3835bd Mon Sep 17 00:00:00 2001
From: Martin Reinecke <martin@mpa-garching.mpg.de>
Date: Tue, 28 May 2019 14:24:47 +0200
Subject: [PATCH] use correct nifty_gridder branch

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index afe594fb5..8cbd63bb9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
     python3-mpi4py python3-matplotlib \
   # more optional NIFTy dependencies
   && pip3 install git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git \
-  && pip3 install git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.git \
+  && pip3 install git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.git@powergrid \
   && pip3 install git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git \
   && pip3 install jupyter \
   && rm -rf /var/lib/apt/lists/*
-- 
GitLab