Skip to content

Commit

Permalink
make sure to install axolotl 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 21, 2024
1 parent 7290e77 commit 2ca30d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/Dockerfile-beta
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ RUN pip install causal_conv1d && \
# So we can test the Docker image
RUN pip install pytest

WORKDIR /workspace

RUN git clone --depth=1 https://github.com/OpenAccess-AI-Collective/axolotl.git

WORKDIR /workspace/axolotl

# fix so that git fetch/pull from remote works
RUN git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" && \
git config --get remote.origin.fetch
Expand Down

0 comments on commit 2ca30d1

Please sign in to comment.