Skip to content

Commit c1fb47f

Browse files
committed
Apptainer/Singularity enhancement
1 parent 7405d9a commit c1fb47f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

apptainer.def

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
Bootstrap: docker
22
From: opendronemap/nodemicmac:master
3+
Stage: spython-base
34

45
%labels
56
Author Sylvain POULAIN
6-
Version 1.0
7+
Version 1.1
78
Description Apptainer container for NodeMICMAC and WebGIS with Entwine and MicMac.
89

910
%environment
1011
export PATH=$PATH:/code/micmac/bin
1112
export python=$(which python3)
13+
export LC_ALL=C
14+
export PYTHONUNBUFFERED=1
15+
export LD_LIBRARY_PATH="/lib/x86_64-linux-gnu:/usr/lib"
1216

1317
%post
14-
18+
su - root # USER root
1519
mkdir -p /var/www
1620

1721
mkdir -p "/var/www"

0 commit comments

Comments
 (0)