Skip to content

Commit

Permalink
cleanup stray character
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Feb 29, 2024
1 parent 2b49d12 commit 1da30b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN git fetch origin +$GITHUB_REF && \
RUN if [ "$AXOLOTL_EXTRAS" != "" ] ; then \
pip install -e .[deepspeed,flash-attn,mamba-ssm,$AXOLOTL_EXTRAS] $AXOLOTL_ARGS; \
else \
pip install -e .[deepspeed,flash-attn,mamba-ssm] $AXOLOTL_ARGSå; \
pip install -e .[deepspeed,flash-attn,mamba-ssm] $AXOLOTL_ARGS; \
fi

# So we can test the Docker image
Expand Down

0 comments on commit 1da30b7

Please sign in to comment.