Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ox696c
ktransformers
Commits
27620120
Commit
27620120
authored
Apr 29, 2025
by
liam Yuan
Browse files
✨
fix typo
parent
ab26e7d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.devcontainer/Dockerfile
.devcontainer/Dockerfile
+1
-1
.github/workflows/docker-image.yml
.github/workflows/docker-image.yml
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
.devcontainer/Dockerfile
View file @
27620120
...
...
@@ -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"]
\ No newline at end of file
CMD
["/bin/bash"]
.github/workflows/docker-image.yml
View file @
27620120
...
...
@@ -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 }}
\ No newline at end of file
CPU_INSTRUCT=${{ matrix.instruct }}
Dockerfile
View file @
27620120
...
...
@@ -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"]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment