Skip to content

Commit

Permalink
remove some directories to reduce image size
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Sep 20, 2024
1 parent 548a608 commit 87f1391
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion software/Freesurfer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,18 @@ RUN : \
&& echo "${FREESURFER_DEB_MD5} ${deb}" | md5sum -c \
&& dpkg -i "${deb}" \
&& rm "${deb}" \
&& cd "${FREESURFER_HOME}" \
&& rm -rf \
average/mult-comp-cor \
lib/cuda \
lib/qt \
subjects \
trctrain \
&& :

RUN : \
&& mkdir /safe_data /safe_outputs /scratch \
&& useradd ces-user \
&& :

USER ces-user

0 comments on commit 87f1391

Please sign in to comment.