Skip to content

Commit

Permalink
use --system-site-packages to pickup global packaging pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 21, 2024
1 parent dd87c81 commit b9211fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-beta
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ USER axolotl

RUN mkdir -p /home/axolotl/venv

RUN python -m venv /home/axolotl/venv/axolotl
RUN python -m venv --system-site-packages /home/axolotl/venv/axolotl

ENV PATH="/home/axolotl/venv/axolotl/bin:$PATH"

Expand Down

0 comments on commit b9211fc

Please sign in to comment.