Skip to content
Snippets Groups Projects
Commit 5c6500b1 authored by Youngsu Kim's avatar Youngsu Kim
Browse files

test spawn

parent c571c6d3
No related branches found
No related tags found
1 merge request!2Update login, page, spawn_pending
{% extends "templates/spawn.html" %}
{% block main %}
{{ super.super() }}
{{ super() }}
{% endblock %}
{% block heading %}
<p>Number of GPUs: {{ n_gpus }}</p>
<label for="gpus">GPUs</label>
......@@ -15,4 +20,5 @@
<output>8</output>
<br/>
<p>Testing spawner</p>
{% endblock %}
\ No newline at end of file
{% endblock %}
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