Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jan 20, 2024
1 parent 2350963 commit edfa305
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: build
with:
context: ${{ matrix.project.directory }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.REGISTRY }}/${{ env.ORGANIZATION }}/${{ matrix.project.name }}:${{ env.VERSION }}
Expand Down
14 changes: 7 additions & 7 deletions ollama/orca-mini/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM --platform=$BUILDPLATFORM docker.io/ollama/ollama:latest

# RUN bash -c ' \
# ( ollama serve ) & serverpid="$!"; \
# sleep 5; \
# ollama pull orca-mini && \
# kill "$serverpid" && \
# wait "$serverpid" \
# '
RUN bash -c ' \
( ollama serve ) & serverpid="$!"; \
sleep 5; \
ollama pull orca-mini && \
kill "$serverpid" && \
wait "$serverpid" \
'

0 comments on commit edfa305

Please sign in to comment.