We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7405d9a commit c1fb47fCopy full SHA for c1fb47f
apptainer.def
@@ -1,17 +1,21 @@
1
Bootstrap: docker
2
From: opendronemap/nodemicmac:master
3
+Stage: spython-base
4
5
%labels
6
Author Sylvain POULAIN
- Version 1.0
7
+ Version 1.1
8
Description Apptainer container for NodeMICMAC and WebGIS with Entwine and MicMac.
9
10
%environment
11
export PATH=$PATH:/code/micmac/bin
12
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"
16
17
%post
-
18
+ su - root # USER root
19
mkdir -p /var/www
20
21
mkdir -p "/var/www"
0 commit comments