mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-04-28 03:39:48 +00:00
✨ fix typo
This commit is contained in:
parent
ab26e7d7db
commit
2762012039
3 changed files with 3 additions and 3 deletions
|
|
@ -16,4 +16,4 @@ pip install flash-attn &&
|
|||
cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 /opt/conda/lib/
|
||||
EOF
|
||||
# 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 }}:${{ github.event.release.tag_name }}-${{ matrix.instruct }}
|
||||
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/
|
||||
|
||||
# 保持容器运行(调试用)
|
||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
||||
ENTRYPOINT ["tail", "-f", "/dev/null"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue