Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_jupyter
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bo-Chun Chen
bc_uab_jupyter
Commits
f35e0f68
Commit
f35e0f68
authored
7 years ago
by
Jeremy Nicklas
Browse files
Options
Downloads
Patches
Plain Diff
reduce conflicts with purge instead of restore
parent
72b1e8cf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
template/script.sh.erb
+2
-2
2 additions, 2 deletions
template/script.sh.erb
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
f35e0f68
...
...
@@ -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
restor
e`
and
`module load <modules>`
based CLI
6.
0.1+ or any other
`module
purg
e`
and
`module load <modules>`
based CLI
used to load appropriate environments within the batch job before launching
the Jupyter Notebook server.
...
...
This diff is collapsed.
Click to expand it.
template/script.sh.erb
+
2
−
2
View file @
f35e0f68
...
...
@@ -8,8 +8,8 @@ cd "${HOME}"
#
<%-
unless
context
.
modules
.
blank?
-%>
#
Restor
e the module environment to avoid conflicts
module
restor
e
#
Purg
e the module environment to avoid conflicts
module
purg
e
# Load the require modules
module load
<%=
context
.
modules
%>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment