Skip to content

Commit

Permalink
base setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DininduSenanayake committed Oct 2, 2024
1 parent d36c965 commit d7f2c43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: ML102
name: MWLR Training
category: Interactive Apps
subcategory: Servers
role: batch_connect
description: |
This app will launch a Jupyter Lab server for the ML102 workshop
This app will launch a Jupyter Lab server for MWLR training
4 changes: 2 additions & 2 deletions submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ script:
wall_time: "<%= wall_time.to_i * 3600 %>"
native:
container:
name: "ml102"
image: "ghcr.io/nesi/training-environment-jupyter-ml102-app:v0.2.1"
name: "mwlr"
image: "ghcr.io/nesi/training-environment-jupyter-mwlr-app:v0.1.0"
command: ["/bin/bash","-l","<%= staged_root %>/job_script_content.sh"]
working_dir: "<%= Etc.getpwnam(ENV['USER']).dir %>"
restart_policy: 'OnFailure'
Expand Down
2 changes: 1 addition & 1 deletion view.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<form action="/node/<%= host %>/<%= port %>/login" method="post" target="_blank">
<input type="hidden" name="password" value="<%= password %>">
<button class="btn btn-primary" type="submit">
<i class="fa fa-registered"></i> Connect to ML102 JupyterLab
<i class="fa fa-registered"></i> Connect to MWLR Training JupyterLab
</button>
</form>

0 comments on commit d7f2c43

Please sign in to comment.