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

---
 page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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