From fbd5f0e6867f64f3cd1141b7369dd62ab780b88e Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 12 Aug 2024 10:04:13 +0200 Subject: [PATCH] [FIX] make sure that build in docker use the proper version tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1a1fc9..8cf6e47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /home/neuro/bidsMReye COPY [".", "/home/neuro/bidsMReye"] RUN pip install --upgrade pip && \ pip3 install -r requirements.txt && \ - pip3 install . + git restore . && pip3 install . RUN bidsmreye_model