nvidia tested and working, added options for web and api port in jenkinsfile

This commit is contained in:
2026-03-19 00:30:12 -07:00
parent d7d2507d43
commit cf269b83af
11 changed files with 172 additions and 60 deletions

View File

@ -29,4 +29,5 @@ push_redis: {{ push_redis }}
run_background : {{ run_background }}
log_output: {{ log_output }}
update_frequency: {{ update_frequency }}
custom_api_port: {{ custom_api_port }}
...