Skip to content

Commit

Permalink
update dockerfile to not build evoformer since it fails the build (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Sep 19, 2023
1 parent 4629b90 commit 97027e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WORKDIR /workspace

RUN git clone https://github.com/microsoft/DeepSpeed.git && \
cd DeepSpeed && \
MAX_CONCURRENCY=8 DS_BUILD_SPARSE_ATTN=0 DS_BUILD_OPS=1 python3 setup.py bdist_wheel
MAX_CONCURRENCY=8 DS_BUILD_SPARSE_ATTN=0 DS_BUILD_OPS=1 DS_BUILD_EVOFORMER_ATTN=0 python3 setup.py bdist_wheel

FROM base-builder AS bnb-builder

Expand Down

0 comments on commit 97027e3

Please sign in to comment.