From 13c695414ffba02efe941769f48a5208857dcd00 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:27:38 -0700 Subject: [PATCH] test htmls --- page.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/page.html b/page.html index bee7ec6..17d8ed0 100644 --- a/page.html +++ b/page.html @@ -1,8 +1,7 @@ {% extends "templates/page.html" %} -{% set extra_resources = {'n_gpus' : 3} %} -<!-- {% do extra_resources['n_cpus']=4 %} --> +{% set extra_resources = {'n_gpus' : 0} %} {% block footer %} -CSUSB ITS/ATI {{ extra_resources.n_gpus }} +CSUSB ITS/ATI {% endblock %} -- GitLab