This project contains two Singularity container environments for use on the LUMI supercomputer. Both are built using Ubuntu 22.04 and targeted at different CLI use cases:
web_browsing.def
β A lightweight development CLI environment (withcurl
,wget
,lynx
)online_shopping.def
β A secure, private browsing CLI environment usingtor
,torsocks
,lynx
, andw3m
A simple Ubuntu-based environment for general command-line use.
wget
curl
lynx
module load LUMI/24.03 systools
singularity build --sandbox web_browsing.sif web_browsing.def
A containerized CLI browsing environment designed for private, anonymized web access.
tor
torsocks
lynx
w3m
Timezone: Europe/Helsinki Locale: en_US.UTF-8
module load LUMI/24.06 systools
singularity build --sandbox online_shopping.sif online_shopping.def