From b4df593deb7953e0ef92ca248c279b5b18462d02 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 21 Apr 2024 20:09:26 -0400 Subject: [PATCH] make sure to cd to axolotl dir --- docker/Dockerfile-beta | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile-beta b/docker/Dockerfile-beta index cd96a7c604..d59636bdc4 100644 --- a/docker/Dockerfile-beta +++ b/docker/Dockerfile-beta @@ -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