Skip to content

Commit

Permalink
add some debugging python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Dec 5, 2024
1 parent bbda88d commit fbe1f00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5,035 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.agnos
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 2 additions & 0 deletions userspace/uv/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ dependencies = [

# extra nice-to-haves
"ipython",
"pyrasite",
"py-spy",
]

[tool.uv.sources]
Expand Down
Loading

0 comments on commit fbe1f00

Please sign in to comment.