Unverified Commit c519747f authored by ZiWei Yuan's avatar ZiWei Yuan Committed by GitHub
Browse files

Merge pull request #1224 from kvcache-ai/fix_typo_main

 fix typo
parents ab26e7d7 27620120
...@@ -16,4 +16,4 @@ pip install flash-attn && ...@@ -16,4 +16,4 @@ pip install flash-attn &&
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/conda/lib/ cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/conda/lib/
EOF EOF
# Set the default shell to bash # Set the default shell to bash
CMD ["/bin/bash"] CMD ["/bin/bash"]
\ No newline at end of file
...@@ -95,4 +95,4 @@ jobs: ...@@ -95,4 +95,4 @@ jobs:
${{ env.DOCKERHUB_REPO }}:latest-${{ matrix.instruct }} ${{ env.DOCKERHUB_REPO }}:latest-${{ matrix.instruct }}
${{ env.DOCKERHUB_REPO }}:${{ github.event.release.tag_name }}-${{ matrix.instruct }} ${{ env.DOCKERHUB_REPO }}:${{ github.event.release.tag_name }}-${{ matrix.instruct }}
build-args: | build-args: |
CPU_INSTRUCT=${{ matrix.instruct }} CPU_INSTRUCT=${{ matrix.instruct }}
\ No newline at end of file
...@@ -61,4 +61,4 @@ RUN pip cache purge ...@@ -61,4 +61,4 @@ RUN pip cache purge
RUN cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/conda/lib/ RUN cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/conda/lib/
# 保持容器运行(调试用) # 保持容器运行(调试用)
ENTRYPOINT ["tail", "-f", "/dev/null"] ENTRYPOINT ["tail", "-f", "/dev/null"]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment