adding nornsight.nix #7
@@ -101,7 +101,7 @@ in
|
|||||||
print(f"LIBRARY_PATH={os.environ.get('LIBRARY_PATH')}")
|
print(f"LIBRARY_PATH={os.environ.get('LIBRARY_PATH')}")
|
||||||
print(f"libpq={ctypes.util.find_library('pq')}")
|
print(f"libpq={ctypes.util.find_library('pq')}")
|
||||||
PY
|
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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user