Skip to content

Commit

Permalink
github build failed? maybe cache, disable.
Browse files Browse the repository at this point in the history
  • Loading branch information
matatonic committed Sep 7, 2024
1 parent 9636570 commit 4489370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
WORKDIR /app
RUN mkdir config models lora
COPY requirements.txt .
RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt
#RUN --mount=type=cache,target=/root/.cache/pip pip install -r requirements.txt
RUN pip --no-cache install -r requirements.txt
COPY config/lib /app/config/
COPY *.py *.json LICENSE /app/

Expand Down

0 comments on commit 4489370

Please sign in to comment.