We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7b214 commit 8a55c33Copy full SHA for 8a55c33
2 files changed
.github/workflows/dev.yml
@@ -81,6 +81,7 @@ jobs:
81
- name: Build and push
82
uses: docker/build-push-action@v6
83
with:
84
+ context: .
85
platforms: linux/amd64
86
push: false
87
no-cache: true
Dockerfile
@@ -27,6 +27,6 @@ RUN echo "=== Current directory: $(pwd) ===" && ls -la
27
RUN echo "=== Searching for limiter binary ===" && \
28
find . -name "limiter" -type f 2>/dev/null || echo "limiter not found"
29
30
-COPY ./lib/hami-vnpu-core/ /usr/local/hami-vnpu-core-assets/
+COPY ./lib/hami-vnpu-core /usr/local/hami-vnpu-core-assets
31
32
ENTRYPOINT ["ascend-device-plugin"]
0 commit comments