Skip to content

Commit

Permalink
should be APPTAINERENV_
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Nov 4, 2024
1 parent 1fd5d10 commit 8b36107
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps.awesim.org/apps/bc_desktop/submit/vdi.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ batch_connect:

# MATE doesn't like /var/run/$(id -u) and ascend-login doesn't have $TMPDIR
export XDG_RUNTIME_DIR=$(mktemp -d)
export APPTAINER_ENVXDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
export APPTAINERENV_XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR

# reset SLURM_EXPORT_ENV so that things like srun & sbatch work out of the box
export SLURM_EXPORT_ENV=ALL
Expand Down
2 changes: 1 addition & 1 deletion ondemand.osc.edu/apps/bc_desktop/submit/vdi.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ batch_connect:

# MATE doesn't like /var/run/$(id -u) and ascend-login doesn't have $TMPDIR
export XDG_RUNTIME_DIR=$(mktemp -d)
export APPTAINER_ENVXDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
export APPTAINERENV_XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR

# reset SLURM_EXPORT_ENV so that things like srun & sbatch work out of the box
export SLURM_EXPORT_ENV=ALL
Expand Down

0 comments on commit 8b36107

Please sign in to comment.