winglian commited on
Commit
5cd2126
1 Parent(s): 12620f3

shallow clone

Browse files
Files changed (1) hide show
  1. docker/Dockerfile +1 -1
docker/Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip3 install --force-reinstall "peft @ git+https://github.com/huggingface/pe
13
  "accelerate @ git+https://github.com/huggingface/accelerate.git@main" \
14
  "transformers @ git+https://github.com/huggingface/transformers.git@main"
15
 
16
- RUN git clone https://github.com/OpenAccess-AI-Collective/axolotl.git
17
  # If AXOLOTL_EXTRAS is set, append it in brackets
18
  RUN cd axolotl && \
19
  if [ "$AXOLOTL_EXTRAS" != "" ] ; then \
 
13
  "accelerate @ git+https://github.com/huggingface/accelerate.git@main" \
14
  "transformers @ git+https://github.com/huggingface/transformers.git@main"
15
 
16
+ RUN git clone --depth=1 https://github.com/OpenAccess-AI-Collective/axolotl.git
17
  # If AXOLOTL_EXTRAS is set, append it in brackets
18
  RUN cd axolotl && \
19
  if [ "$AXOLOTL_EXTRAS" != "" ] ; then \