Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Huang <[email protected]>
  • Loading branch information
yellow-shine committed Mar 28, 2024
1 parent 1ac03a0 commit d4743c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-arm-gpu-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: docker build
run: |
docker stop milvus && docker rm milvus
docker run --name milvus -v $(pwd):/root/milvus -w /root/milvus milvusdb/milvus-env:0.0.3-master-gpu -- make milvus-gpu
docker run -v $(pwd):/root/milvus -w /root/milvus milvusdb/milvus-env:0.0.4-master-gpu -- make milvus-gpu
- name: docker package
run: |
docker build -t huangliang1203/milvus:${{ github.event.inputs.tagName }}-gpu-arm64 -f build/docker/milvus/gpu/ubuntu22.04/Dockerfile . --push
Expand Down

0 comments on commit d4743c8

Please sign in to comment.