From 9dcef00fbbd52fd0102096a16eaded08bfc6e343 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Fri, 28 Oct 2022 22:35:04 +0530 Subject: [PATCH] New lines for config.sh --- ui/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/server.py b/ui/server.py index 649f7f45..f8a5ff62 100644 --- a/ui/server.py +++ b/ui/server.py @@ -119,7 +119,7 @@ def setConfig(config): try: # config.sh config_sh = [ - '#!/bin/bash' + '#!/bin/bash', f"export update_branch={config['update_branch']}" ] if len(gpu_devices) > 0 and not has_first_cuda_device: