Skip to content

Commit 7f60528

Browse files
committed
Debug
1 parent 931c9ca commit 7f60528

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.diploi/helm/app.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ spec:
4242
- /bin/sh
4343
- -c
4444
- |
45+
python --version
46+
pip --version
4547
python -m venv .venv
4648
. ./.venv/bin/activate
47-
pip install --no-cache-dir -r requirements.txt
49+
pip install --only-binary=:all: --no-cache-dir -r requirements.txt
4850
workingDir: /app/{{ .Values.identifier }}
4951
volumeMounts:
5052
- name: app-mount

0 commit comments

Comments
 (0)