Revert "add some debugging python packages" (#415)

This reverts commit fbe1f0078b.
This commit is contained in:
Mauricio Alvarez Leon
2024-12-12 10:52:02 -08:00
committed by GitHub
parent 233298449f
commit d71ef11041
3 changed files with 5035 additions and 3 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 --inexact --compile-bytecode
MAKEFLAGS="-j$(nproc)" UV_NO_CACHE=1 UV_PROJECT_ENVIRONMENT=$XDG_DATA_HOME/venv uv sync --frozen --inexact --compile-bytecode
# Install nice to haves
COPY ./userspace/install_extras.sh /tmp/agnos/
-2
View File
@@ -21,8 +21,6 @@ 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