mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-30 11:11:19 +00:00
✨ fix typo
This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
@@ -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"]
|
||||||
Reference in New Issue
Block a user