fix to cd to path in docker

This commit is contained in:
Wing Lian
2023-05-08 03:43:46 -04:00
parent 3b4b476828
commit 7576d85c73

View File

@@ -14,4 +14,5 @@ RUN python3 -m pip install -U --no-cache-dir pydantic
ARG REF=main
RUN mkdir axolotl
COPY . axolotl/
RUN pip install -e .[int4]
RUN cd axolotl && \
pip install -e .[int4]