Skip to content
Snippets Groups Projects
Commit c2cc06a8 authored by Milan Jaros's avatar Milan Jaros
Browse files

fix icon and manifest

parent abc99f2c
No related branches found
Tags v2.0.0-beta.4
No related merge requests found
icon.png

112 KiB | W: | H:

icon.png

58.4 KiB | W: | H:

icon.png
icon.png
icon.png
icon.png
  • 2-up
  • Swipe
  • Onion skin
---
name: Visual Studio Code
name: Code Server
category: Interactive Apps
subcategory: Servers
role: batch_connect
......
<%-
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 <%= num_gpus %>"
- "--gpus <%= ng %>"
- "--comment='use:xorg=True'"
<%- end -%>
\ No newline at end of file
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