Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
update version number - need to automate this process
  • Loading branch information
LuciMoore authored Sep 10, 2024
1 parent acb9e6e commit b17571b
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 @@ -3,7 +3,7 @@ FROM pennbbl/qsiprep-freesurfer:23.3.0 as build_freesurfer
FROM build_pytorch
# Manually update the BIBSnet version when building

ENV BIBSNET_VERSION="3.4.1"
ENV BIBSNET_VERSION="3.4.2"

# Prepare environment
RUN apt-get update && \
Expand Down

0 comments on commit b17571b

Please sign in to comment.