Skip to content

Commit

Permalink
[FIX] make sure that build in docker use the proper version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 12, 2024
1 parent 96ff4a6 commit fbd5f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fbd5f0e

Please sign in to comment.