Skip to content

Commit

Permalink
apex not needed as amp is part of pytorch (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Oct 7, 2023
1 parent 29b8f46 commit aca0398
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ FROM base-builder
ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6 9.0+PTX"
ENV TORCH_CUDA_ARCH_LIST=$TORCH_CUDA_ARCH_LIST

# recompile apex
RUN python3 -m pip uninstall -y apex
RUN git clone https://github.com/NVIDIA/apex
RUN cd apex && python3 -m pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./

RUN mkdir -p /workspace/builds
COPY --from=bnb-builder /workspace/bitsandbytes /workspace/builds/bitsandbytes

Expand Down

0 comments on commit aca0398

Please sign in to comment.