multiline fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user