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: