Skip to content

Commit

Permalink
make sure to cd to axolotl dir
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Apr 22, 2024
1 parent 4be78e9 commit b4df593
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile-beta
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN echo "source /home/axolotl/venv/axolotl/bin/activate" >> /home/axolotl/.bash
RUN git lfs install --skip-repo && \
pip3 install awscli

RUN pip install causal_conv1d && \
RUN pip install causal_conv1d && \
cd /workspace/axolotl && \
pip install -e .[deepspeed,flash-attn,mamba-ssm,galore]

# So we can test the Docker image
Expand Down

0 comments on commit b4df593

Please sign in to comment.