Skip to content
Snippets Groups Projects
Commit f35e0f68 authored by Jeremy Nicklas's avatar Jeremy Nicklas
Browse files

reduce conflicts with purge instead of restore

parent 72b1e8cf
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ OnDemand node):
that allow users to define custom environment-based kernels from within the
Jupyter notebook dashboard.
- [Lmod](https://www.tacc.utexas.edu/research-development/tacc-projects/lmod)
6.0.1+ or any other `module restore` and `module load <modules>` based CLI
6.0.1+ or any other `module purge` and `module load <modules>` based CLI
used to load appropriate environments within the batch job before launching
the Jupyter Notebook server.
......
......@@ -8,8 +8,8 @@ cd "${HOME}"
#
<%- unless context.modules.blank? -%>
# Restore the module environment to avoid conflicts
module restore
# Purge the module environment to avoid conflicts
module purge
# Load the require modules
module load <%= context.modules %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment