fix to cd to path in docker
This commit is contained in:
@@ -14,4 +14,5 @@ RUN python3 -m pip install -U --no-cache-dir pydantic
|
|||||||
ARG REF=main
|
ARG REF=main
|
||||||
RUN mkdir axolotl
|
RUN mkdir axolotl
|
||||||
COPY . axolotl/
|
COPY . axolotl/
|
||||||
RUN pip install -e .[int4]
|
RUN cd axolotl && \
|
||||||
|
pip install -e .[int4]
|
||||||
|
|||||||
Reference in New Issue
Block a user