Skip to content

Commit

Permalink
Update Singularity.v2.3
Browse files Browse the repository at this point in the history
now do not delete /tmp/* /var/tmp/* files, as they are mounted from the HOST system.  see: #119
  • Loading branch information
linzhi2013 authored May 11, 2021
1 parent 9ea5634 commit 97a0690
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion version_2.3/Singularity.v2.3
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ From: ubuntu:16.04

apt-get clean && \
apt-get autoclean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
rm -rf /var/lib/apt/lists/*
# now do not delete /tmp/* /var/tmp/* files, as they are mounted from the HOST system.
# see: https://github.com/linzhi2013/MitoZ/issues/119

# set anaconda path
export PATH="/app/anaconda/bin:$PATH"
Expand Down

0 comments on commit 97a0690

Please sign in to comment.