diff options
-rw-r--r-- | deployment.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment.yaml b/deployment.yaml index ece9ef4..a6e7a31 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -31,8 +31,8 @@ spec: - "-c" - >- find /lang/python -mindepth 1 -maxdepth 1 -type d -exec - PYTHONUSERBASE=/snekbox/user_base && - {}/bin/python -m pip install -U + sh -c 'PYTHONUSERBASE=/snekbox/user_base && + {}/bin/python -m pip install --user -U anyio[trio]~=3.6 arrow~=1.2 attrs~=22.2 @@ -56,7 +56,7 @@ spec: typing-extensions~=4.4 tzdata~=2022.7 yarl~=1.8 - \; + ' \; volumes: - name: snekbox-user-base-volume hostPath: |