adding nornsight.nix #7

Merged
Richie merged 3 commits from feature/adding-nornsight.nix into main 2026-05-29 20:39:53 -04:00
Showing only changes of commit 38fb14520e - Show all commits
+1 -1
View File
@@ -101,7 +101,7 @@ in
print(f"LIBRARY_PATH={os.environ.get('LIBRARY_PATH')}")
print(f"libpq={ctypes.util.find_library('pq')}")
PY
exec uv run uvicorn pipelines.web.main:app --reload --host 0.0.0.0 --port 8001
exec uv run uvicorn pipelines.web.main:app --host 0.0.0.0 --port 8001
'';
};
}