Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit f665ecd

Browse files
authored
change Dockerfile to use ktransformers with specific tag (#92)
1 parent 6fe7c21 commit f665ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipeline/backend/ktransformers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ENV PATH="/root/miniconda3/bin:${PATH}"
1111

1212
RUN mkdir -p /opt/ml/code
1313
RUN mkdir -p /opt/ml/code/emd_models
14-
RUN git clone https://github.com/kvcache-ai/ktransformers.git /opt/ml/code/ktransformers
14+
RUN git clone https://github.com/kvcache-ai/ktransformers.git /opt/ml/code/ktransformers && cd /opt/ml/code/ktransformers && git checkout tags/v0.2.3
1515

1616
RUN conda install -c conda-forge libstdcxx-ng
1717
RUN python -m venv /opt/ml/code/venv

0 commit comments

Comments
 (0)