Commit de082f14 authored by liam's avatar liam
Browse files

fix cd error

parent 99f6e421
...@@ -10,7 +10,6 @@ apt update -y && apt install -y --no-install-recommends \ ...@@ -10,7 +10,6 @@ apt update -y && apt install -y --no-install-recommends \
g++ \ g++ \
cmake && cmake &&
rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/* &&
cd ktransformers &&
pip install ninja pyproject numpy cpufeature && pip install ninja pyproject numpy cpufeature &&
pip install flash-attn && 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/
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment