From 88f86c2bf99f6ed27e051ad9b2671100ecf15636 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:30:58 -0700 Subject: [PATCH] test htmls --- page.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/page.html b/page.html index 11164c5..f20eb5f 100644 --- a/page.html +++ b/page.html @@ -1,8 +1,7 @@ {% extends "templates/page.html" %} {% set extra_resources = {'n_gpus' : 0} %} -{% do extra_resources['n_gpus'] = 1 %} - +{% do extra_resources.update({'n_gpus' : 1}) %} {% block footer %} CSUSB ITS/ATI -- GitLab