You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
Describe the bug
The Dockerfile_aarch64_ascend cannot work for docker 18.09, which is the suggested version of the document, the error is like
According to this answer, it seems that older docker needs add # syntax=docker/dockerfile:experimental in Dockerfile. However, after adding this line the error is like
My current solution is to upgrade docker to newer versions, which is not that easy on Atlas servers due to incompatibility bewteen OpenEuler and docker😢 Is there better solutions like modifying the Dockerfile?
Checklist
Describe the bug
The
Dockerfile_aarch64_ascend
cannot work for docker 18.09, which is the suggested version of the document, the error is likeAccording to this answer, it seems that older docker needs add
# syntax=docker/dockerfile:experimental
in Dockerfile. However, after adding this line the error is likeMy current solution is to upgrade docker to newer versions, which is not that easy on Atlas servers due to incompatibility bewteen OpenEuler and docker😢 Is there better solutions like modifying the Dockerfile?
Reproduction
DOCKER_BUILDKIT=1 docker build -t lmdeploy-aarch64-ascend:latest -f docker/Dockerfile_aarch64_ascend .
Environment
Error traceback
The text was updated successfully, but these errors were encountered: