fix wheel install glob
Browse files- docker/Dockerfile-base +1 -1
docker/Dockerfile-base
CHANGED
@@ -74,7 +74,7 @@ COPY --from=flash-attn-builder /workspace/flash-attention/csrc/xentropy/dist/xen
|
|
74 |
COPY --from=flash-attn-builder /workspace/flash-attention/csrc/rotary/dist/rotary_emb-*.whl wheels
|
75 |
COPY --from=flash-attn-builder /workspace/flash-attention/csrc/layer_norm/dist/dropout_layer_norm-*.whl wheels
|
76 |
|
77 |
-
RUN pip3 install wheels/deepspeed-*.whl wheels/flash_attn-*.whl wheels/fused_dense_lib-*.whl wheels/
|
78 |
RUN git lfs install --skip-repo
|
79 |
RUN pip3 install "peft @ git+https://github.com/huggingface/peft.git@main" \
|
80 |
"accelerate @ git+https://github.com/huggingface/accelerate.git@main" \
|
|
|
74 |
COPY --from=flash-attn-builder /workspace/flash-attention/csrc/rotary/dist/rotary_emb-*.whl wheels
|
75 |
COPY --from=flash-attn-builder /workspace/flash-attention/csrc/layer_norm/dist/dropout_layer_norm-*.whl wheels
|
76 |
|
77 |
+
RUN pip3 install wheels/deepspeed-*.whl wheels/flash_attn-*.whl wheels/fused_dense_lib-*.whl wheels/xentropy_cuda_lib-*.whl wheels/rotary_emb-*.whl wheels/dropout_layer_norm-*.whl
|
78 |
RUN git lfs install --skip-repo
|
79 |
RUN pip3 install "peft @ git+https://github.com/huggingface/peft.git@main" \
|
80 |
"accelerate @ git+https://github.com/huggingface/accelerate.git@main" \
|