From 2f2cb6cc1062cc53d5be7d5ecf21d642a0cc8d08 Mon Sep 17 00:00:00 2001
From: youngsukim-csusb <youngsu.kim@csusb.edu>
Date: Mon, 20 Jun 2022 17:23:42 -0700
Subject: [PATCH] test spawn

---
 page.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/page.html b/page.html
index cd146ef..477b2f5 100644
--- a/page.html
+++ b/page.html
@@ -1,3 +1,5 @@
 {% extends "templates/page.html" %}
 
-{% set n_gpus = 3 %}
\ No newline at end of file
+{% set extra_resources = {'n_gpus' : 3} %}
+
+extra_resources.update = {'n_gpus' : 2}
\ No newline at end of file
-- 
GitLab