Skip to content

Commit

Permalink
Remove ces-user
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm authored Sep 19, 2024
1 parent e0ad8bb commit dc92c1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions software/Freesurfer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,5 @@ RUN : \
&& :

RUN : \
&& groupadd --gid 10001 ces-group \
&& useradd --uid 10001 --create-home --shell /bin/bash --gid ces-group ces-user \
&& mkdir /safe_data /safe_outputs /scratch \
&& chown -R ces-user:ces-group /safe_data /safe_outputs /scratch \
&& :

USER ces-user

0 comments on commit dc92c1d

Please sign in to comment.