Command Log: May 30, 2024, 12:14 pm
mkdir test
cd test
apptainer pull hello-world.sif shub://vsoch/hell-world
apptainer pull hello-world.sif shub://vsoch/hello-world
apptainer run hello-world.sif
apptainer inspect -r hello-world.sif
ls
rm hello-world.sif
ls
clear
apptainer pull hello-world.sif shub://vsoch/hello-world
ls ~/.apptainer/cache/
ls ~/.apptainer/cache/shub/
ls ~/.apptainer/cache/shub/3bac21df631874e3cbb3f0cf6fc9af1898f4cc3d
ls ~/.apptainer/cache/shub/3bac21df631874e3cbb3f0cf6fc9af1898f4cc3d
apptainer cache list
apptainer cache list -v
docker image ls
apptainer cache list -v
apptainer cache clean
apptainer cache clean
apptainer cache clean --dry-run
apptainer cache clean
apptainer cache clean
apptainer cache clean
apptainer cache list
echo $APPTAINER_CACHEDIR
echo $SINGULARITY_CACHEDIR
echo $SINGULARITY_CACHEDIR
env | grep CACHE
env | grep app
env | grep app
clear
apptainer exec hello-world.sif /bin/echo Hello World!
apptainer inspect -r hello-world.sif
apptainer exec hello-world.sif cat /rawr/sh
apptainer exec hello-world.sif cat /rawr.sh
apptainer exec hello-world.sif date
date
cat /rawr.sh
apptainer run hello-world.sif
apptainer exec date
apptainer help
apptainer search --help
apptainer search lolcow
ls
apptainer cache list -v
clear
clear
clear
apptainer inspect -r hello-world.sif
apptainer exec hello-world.sif date
apptainer exec hello-world.sif cat /etc/os-release
docker image pull ubuntu:14.04
docker image pull ubuntu:14.04
apptainer pull hello-world.avacado shub://vsoch/hello-world
apptainer run hello-world.avacado
clean
clear
apptainer shell hello-world.sif
apptainer exec hello-world.sif cat /etc/os-release
apptainer shell hello-world.sif
apptainer shell hello-world.sif
clear
mkdir /tmp/mysuperfancydata
apptainer shell -B /tmp/mysuperfancydata/ hello-world.sif
apptainer shell -B /tmp/mysuperfancydata/ hello-world.sif
clear
apptainer shell -B /tmp/mysuperfancydata/:/source hello-world.sif
clear
ls /tmp/mysuperfancydata/
ls /tmp/mysuperfancydata/
apptainer shell -B /tmp/mysuperfancydata/:/source hello-world.sif
clear
clear
clear
# Pulling docker
apptainer pull python-3.12.sif docker://python:3-bookworm
apptainer pull python-3.12.sif docker://python:3-bookworm
clear
apptainer pull magiccode.sif docker://python:3-bookworm
apptainer cache list -v
apptainer cache list -v
clear
clear
apptainer inspect -r python-3.12.sif
apptainer inspect -r python-3.12.sif
apptainer run python-3.12.sif
apptainer shell python-3.12.sif
clear
cd
clear
mkdir ubuntu-python
cd ubuntu-python/
nano python-ubuntu.def
apptainer build my-python.sif python-ubuntu.def
apptainer build my-python1.sif python-ubuntu.def
apptainer run my-python.sif
apptainer exec my-python.sif python
cat *.def
cd ..
clear
pwd
mkdir osu_benchmarks
cd osu_benchmarks/
wget https://mvapich.cse.ohio-state.edu/download/mvapich/osu-micro-benchmarks-7.4.tar.gz
clear
nano osu_benchmarks.def
nano osu_benchmarks.def
nano osu_benchmarks.def
apptainer build osu_benchmarks.sif osu_benchmarks.def
clear
export REGISTRY="hcc-docker-registry.unl.edu"
export REGISTRY="hcc-docker-registry.unl.edu"
scp osu_benchmarks.sif hccdemo@swan.unl.edu:/work/demo/hccdemo/
apptainer shell osu_benchmarks.sif
clear
cd
docker image ls
docker login
docker login ghcr.io
docker image ls | grep ghcr
docker image ls | grep cbohn
docker image ls | grep cbohn
docker tag cbohn4/alphine-python ghcr.io/cbohn4/new-alpine-python
docker tag ghcr.io/cbohn4/new-alpine-python cbohn4/alpine-python
docker tag cbohn4/alpine-python ghcr.io/cbohn4/new-alpine-python
docker image ls
docker push ghcr.io/cbohn4/new-alpine-python