We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931c9ca commit 7f60528Copy full SHA for 7f60528
1 file changed
.diploi/helm/app.yaml
@@ -42,9 +42,11 @@ spec:
42
- /bin/sh
43
- -c
44
- |
45
+ python --version
46
+ pip --version
47
python -m venv .venv
48
. ./.venv/bin/activate
- pip install --no-cache-dir -r requirements.txt
49
+ pip install --only-binary=:all: --no-cache-dir -r requirements.txt
50
workingDir: /app/{{ .Values.identifier }}
51
volumeMounts:
52
- name: app-mount
0 commit comments