Skip to content

Commit

Permalink
build runner images sequentially to try and mitigate docker build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed May 8, 2024
1 parent f53f468 commit 25735e7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ steps:
image: plugins/gar
pull: always
settings:
dockerfile: Dockerfile.runner
dockerfile: Dockerfile.runner
auto_tag: true
repo: helixml/helix/runner
location: europe
Expand Down Expand Up @@ -125,7 +125,7 @@ steps:
image: plugins/gar
pull: always
settings:
dockerfile: Dockerfile.runner
dockerfile: Dockerfile.runner
tags:
- "${DRONE_TAG:-main}-llama3-8b" # Default to branch
- "latest-llama3-8b"
Expand All @@ -147,8 +147,9 @@ steps:

depends_on:
- default
- build-runner

# llama3 70B
# llama3 70B
---
kind: pipeline
type: docker
Expand Down Expand Up @@ -187,6 +188,7 @@ steps:

depends_on:
- default
- build-runner-with-llama-8b

---
kind: pipeline
Expand All @@ -203,7 +205,7 @@ steps:
image: plugins/gar
pull: always
settings:
dockerfile: Dockerfile.gptscript_devserver
dockerfile: Dockerfile.gptscript_devserver
auto_tag: true
repo: helixml/helix/gptscript_devserver
location: europe
Expand Down Expand Up @@ -289,4 +291,4 @@ steps:
- push

depends_on:
- default
- default

0 comments on commit 25735e7

Please sign in to comment.