Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Batch Connect - IT4I - Code Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
ood
Batch Connect - IT4I - Code Server
Commits
c2cc06a8
Commit
c2cc06a8
authored
8 months ago
by
Milan Jaros
Browse files
Options
Downloads
Patches
Plain Diff
fix icon and manifest
parent
abc99f2c
No related branches found
Branches containing commit
Tags
v2.0.0-beta.4
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
icon.png
+0
-0
0 additions, 0 deletions
icon.png
manifest.yml
+1
-1
1 addition, 1 deletion
manifest.yml
submit.yml.erb
+6
-1
6 additions, 1 deletion
submit.yml.erb
with
7 additions
and
2 deletions
icon.png
+
0
−
0
View replaced file @
abc99f2c
View file @
c2cc06a8
112 KiB
|
W:
|
H:
58.4 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
manifest.yml
+
1
−
1
View file @
c2cc06a8
---
name
:
Visual Studio Code
name
:
Code Server
category
:
Interactive Apps
subcategory
:
Servers
role
:
batch_connect
...
...
This diff is collapsed.
Click to expand it.
submit.yml.erb
+
6
−
1
View file @
c2cc06a8
<%-
gpu
=
custom_queue
.
include?
(
"gpu"
)
if
num_nodes
.
to_i
>
1
ng
=
8
*
num_nodes
.
to_i
else
ng
=
num_gpus
end
-%>
batch_connect:
...
...
@@ -18,6 +23,6 @@ script:
- "-n"
- "
<%=
num_tasks
%>
"
<%-
if
gpu
-%>
- "--gpus
<%=
n
um_gpus
%>
"
- "--gpus
<%=
n
g
%>
"
- "--comment='use:xorg=True'"
<%-
end
-%>
\ No newline at end of file
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