Skip to content

Commit 234d959

Browse files
fix(ci): update fai container build context to include fai_ai_core dependency (#5798)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent b36c5e3 commit 234d959

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/container-testing.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,8 @@ jobs:
170170

171171
- name: Build container
172172
run: |
173-
cd servers/fai
174-
touch .env
175-
docker build -t fai:local .
173+
touch servers/fai/.env
174+
docker build -f servers/fai/Dockerfile -t fai:local servers/
176175
177176
- name: Configure AWS Credentials
178177
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)