Skip to content

Commit

Permalink
chore: Update Dockerfile and docker-compose.llm.yml for LLM models
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Jun 28, 2024
1 parent 7393d9c commit afb0cbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,8 +1045,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
file: ./LLM/Dockerfile
context: .
file: ./Dockerfile
context: ./LLM
# arm64 is not supported by the base image of the LLM
platforms: linux/amd64
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
file: ./LLM/Dockerfile
context: .
file: ./Dockerfile
context: ./LLM
# arm64 is not supported by the base image of the LLM
platforms: linux/amd64
push: true
Expand Down

0 comments on commit afb0cbc

Please sign in to comment.