From 3107f596c5209ba6402c5c98cf311c3c8ebb3fa1 Mon Sep 17 00:00:00 2001 From: youngsukim-csusb <youngsu.kim@csusb.edu> Date: Mon, 20 Jun 2022 17:34:03 -0700 Subject: [PATCH] test spawn --- page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.html b/page.html index fc23eda..bfd02f0 100644 --- a/page.html +++ b/page.html @@ -1,4 +1,4 @@ {% extends "templates/page.html" %} {% set extra_resources = {'n_gpus' : 3} %} -{% set extra_resources.n_gpus = 2 %} \ No newline at end of file +extra_resources.n_gpus = 2 \ No newline at end of file -- GitLab