Skip to content

Commit

Permalink
fix syntax in Dockerfile_aarch64_ascend (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyCle1024 authored Oct 25, 2024
1 parent 67a0276 commit 538f618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile_aarch64_ascend
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ RUN --mount=type=cache,target=/tmp,from=build_temp,source=/tmp \
chmod +x $TOOLKIT_PKG $KERNELS_PKG $NNAL_PKG && \
./$TOOLKIT_PKG --quiet --install --install-path=$ASCEND_BASE --install-for-all $CHIPOPTION && \
./$KERNELS_PKG --quiet --install --install-path=$ASCEND_BASE --install-for-all && \
./$NNAL_PKG --quiet --install --install-path=$ASCEND_BASE &&
./$NNAL_PKG --quiet --install --install-path=$ASCEND_BASE && \
rm -f $TOOLKIT_PKG $KERNELS_PKG $NNAL_PKG

ENV GLOG_v=2 \
Expand Down

0 comments on commit 538f618

Please sign in to comment.