We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9f0fe commit 5e90adcCopy full SHA for 5e90adc
1 file changed
.github/workflows/build-docker.yaml
@@ -34,13 +34,13 @@ jobs:
34
uses: docker/build-push-action@v4
35
with:
36
context: .
37
- file: "docker/simple/Dockerfile"
+ file: "docker/cuda_simple/Dockerfile"
38
push: ${{ startsWith(github.ref, 'refs/tags/') }}
39
pull: true
40
platforms: linux/amd64,linux/arm64
41
tags: |
42
- ghcr.io/thiner/llama-cpp-python:latest
43
- ghcr.io/thiner/llama-cpp-python:${{ github.ref_name }}
+ ghcr.io/thiner/llama-cpp-python:latest-cuda
+ ghcr.io/thiner/llama-cpp-python:${{ github.ref_name }}-cuda
44
build-args: |
45
BUILDKIT_INLINE_CACHE=1
46
0 commit comments