Skip to content

Commit

Permalink
mkown pip-install
Browse files Browse the repository at this point in the history
  • Loading branch information
feederbox826 committed May 17, 2024
1 parent 357f4cb commit f3cff15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stash/root/opt/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ install_python_deps() {
# fix /pip-install directory
info "Installing/upgrading python requirements..."
# PIP_CACHE_DIR = /pip-install/cache
mkown "${PY_VENV}" && \
mkown "/pip-install" && \
mkown "${PY_VENV}" && \
mkown "${PIP_CACHE_DIR}" && \
runas pip3 install \
--upgrade -q \
Expand Down

0 comments on commit f3cff15

Please sign in to comment.