Skip to content

Commit 6f28446

Browse files
committed
update render.yaml
1 parent b3f7faa commit 6f28446

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ services:
55
runtime: python
66
plan: free
77
autoDeploy: false
8-
buildCommand: pip install -r requirements.txt
8+
buildCommand: pip install -r requirements.txt && pip install "dvc[gcs]" && export TMPDIR=/tmp TEMP=/tmp TMP=/tmp && mkdir -p /tmp/dvc && printf '%s' "$GCP_SA_KEY" > /tmp/key.json && export GOOGLE_APPLICATION_CREDENTIALS=/tmp/key.json && dvc config --local core.tmp_dir /tmp/dvc && dvc pull
99
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT

0 commit comments

Comments
 (0)