Skip to content

Commit 8a55c33

Browse files
committed
test
Signed-off-by: james <open4pd@4paradigm.com>
1 parent fb7b214 commit 8a55c33

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- name: Build and push
8282
uses: docker/build-push-action@v6
8383
with:
84+
context: .
8485
platforms: linux/amd64
8586
push: false
8687
no-cache: true

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ RUN echo "=== Current directory: $(pwd) ===" && ls -la
2727
RUN echo "=== Searching for limiter binary ===" && \
2828
find . -name "limiter" -type f 2>/dev/null || echo "limiter not found"
2929

30-
COPY ./lib/hami-vnpu-core/ /usr/local/hami-vnpu-core-assets/
30+
COPY ./lib/hami-vnpu-core /usr/local/hami-vnpu-core-assets
3131

3232
ENTRYPOINT ["ascend-device-plugin"]

0 commit comments

Comments
 (0)