fix missing run coninuation

This commit is contained in:
Wing Lian
2023-05-27 15:28:54 -04:00
parent 312b8d51d6
commit cf37980395

View File

@@ -65,7 +65,7 @@ WORKDIR /workspace
RUN git clone https://github.com/TimDettmers/bitsandbytes.git && \ RUN git clone https://github.com/TimDettmers/bitsandbytes.git && \
cd bitsandbytes && \ cd bitsandbytes && \
CUDA_VERSION=$CUDA_VERSION_BNB make cuda11x \ CUDA_VERSION=$CUDA_VERSION_BNB make cuda11x && \
python setup.py bdist_wheel python setup.py bdist_wheel
FROM base-builder FROM base-builder