multiline fix

This commit is contained in:
Wing Lian
2025-03-20 20:51:16 -04:00
parent faeae323cb
commit 2518a9b2a2

View File

@@ -33,10 +33,10 @@ RUN if [ "$NIGHTLY_BUILD" = "true" ] ; then \
RUN pip3 install -U packaging setuptools wheel
RUN if [ "$AXOLOTL_EXTRAS" != "" ] ; then \
pip install deepspeed
pip install deepspeed; \
pip install --no-build-isolation -e .[flash-attn,optimizers,ray,$AXOLOTL_EXTRAS] $AXOLOTL_ARGS; \
else \
pip install deepspeed
pip install deepspeed; \
pip install --no-build-isolation -e .[flash-attn,optimizers,ray] $AXOLOTL_ARGS --no-binary=deepspeed; \
fi