fix typo

This commit is contained in:
liam Yuan
2025-04-29 13:20:03 +08:00
parent ab26e7d7db
commit 2762012039
3 changed files with 3 additions and 3 deletions

View File

@@ -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"]

View File

@@ -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 }}

View File

@@ -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"]