Skip to content

Testing installation

maouw edited this page Sep 22, 2023 · 1 revision

Try these to test HyakVNC.

First, download and build the containers:

mkdir -p ~/apptainer-test && cd ~/apptainer-test
git clone https://github.com/maouw/hyak_vnc_apptainer maouw--hyak_vnc_apptainer
cd maouw--hyak_vnc_apptainer
salloc -A escience --job-name builder -p gpu-a40 -c 8 --mem=32G --time=4:00:00
make ubuntu22.04_interactive
make ubuntu22.04_xubuntu
exit
cd ~/apptainer-test
git clone https://github.com/maouw/hyak_vnc_apptainer maouw--hyak_vnc_apptainer

# Show help:
python3.9 -m hyakvnc -h

# Show current config:
python3.9 -m hyakvnc print-config

# Create a xubuntu VNC container with default settings:
python3.9 -m hyakvnc -d create --container ~/code/maouw--hyak_vnc_apptainer/ubuntu22.04_xubuntu/ubuntu22.04_xubuntu.sif

# Print status:
python3.9 -m hyakvnc -d status
Clone this wiki locally