add some debugging python packages

This commit is contained in:
Adeeb Shihadeh
2024-12-05 11:29:55 -08:00
parent bbda88d9af
commit fbe1f0078b
3 changed files with 3 additions and 5035 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ RUN source $XDG_DATA_HOME/venv/bin/activate && \
sed -i 's|prefix=/install|prefix='$pc'|' $pypcpath && \
pypcpathembed=$pcpath"/python-3.12-embed.pc" && \
sed -i 's|prefix=/install|prefix='$pc'|' $pypcpathembed && \
MAKEFLAGS="-j$(nproc)" UV_NO_CACHE=1 UV_PROJECT_ENVIRONMENT=$XDG_DATA_HOME/venv uv sync --frozen --inexact --compile-bytecode
MAKEFLAGS="-j$(nproc)" UV_NO_CACHE=1 UV_PROJECT_ENVIRONMENT=$XDG_DATA_HOME/venv uv sync --inexact --compile-bytecode
# Install nice to haves
COPY ./userspace/install_extras.sh /tmp/agnos/
+2
View File
@@ -21,6 +21,8 @@ dependencies = [
# extra nice-to-haves
"ipython",
"pyrasite",
"py-spy",
]
[tool.uv.sources]
-5034
View File
File diff suppressed because it is too large Load Diff