jaantollander / julia-apptainer

Example of installing Julia package inside an Apptainer container and running it from the container.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia Apptainer Example

Example of installing Julia package inside an Apptainer container and running it from the container.

Usage

Build the base Julia container image.

./app base

Build the container image for the Julia package using the base image.

./app build

Run the Julia package via command line from the container image.

./app run --help
./app run --input examples/1 examples/2

Setting DEPOT_PATH

Install dependencies to the default location inside the container. It will be read-only at run time.

About

Example of installing Julia package inside an Apptainer container and running it from the container.

License:MIT License


Languages

Language:Julia 55.0%Language:Shell 45.0%