1
0
Fork 0

fix(build): move pip cache into project dir

This commit is contained in:
Sean Sube 2023-02-11 21:45:42 -06:00
parent 33188f6eaa
commit baa7f912a1
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 3 additions and 1 deletions

View File

@ -58,8 +58,10 @@ stages:
files: files:
- api/requirements.txt - api/requirements.txt
paths: paths:
- api/onnx_env/ - .cache/pip
policy: pull-push policy: pull-push
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
.build-curl: .build-curl:
extends: extends: