Skip to content

Commit

Permalink
[Docker] Remove FS Python deletion in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
af-a committed Aug 14, 2023
1 parent 66a3a34 commit d02cec4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,7 @@ SHELL ["/bin/bash", "--login", "-c"]

# install freesurfer and point to new python location
RUN /install/install_fs_pruned.sh /opt --upx && \
rm /opt/freesurfer/bin/fspython && \
rm -R /install && \
ln -s /venv/bin/python3 /opt/freesurfer/bin/fspython
rm -R /install


# =======================================================
Expand Down

0 comments on commit d02cec4

Please sign in to comment.