Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ containers and add the `cowsay` package from CRAN.

To create the new container, set the following variables:

$ export TMPDIR=$HOME
$ export APPTAINER_CACHE_DIR=$HOME
$ mkdir -p $HOME/tmp
$ export TMPDIR=$HOME/tmp
$ export APPTAINER_TMPDIR=$HOME/tmp
$ export APPTAINER_CACHEDIR=$HOME/tmp

And then run this command:

Expand Down