Skip to content

Commit

Permalink
google sucks
Browse files Browse the repository at this point in the history
  • Loading branch information
soof-golan committed Oct 10, 2024
1 parent 37d6b59 commit 19cbfa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ENV PYTHONUNBUFFERED=True \
# Copy dependencies
COPY server/requirements.txt /tmp/requirements.txt

RUN --mount=type=cache,target=/root/.cache/pip \
uv pip install -r /tmp/requirements.txt
# No cache mounts because google sucks
RUN uv pip install -r /tmp/requirements.txt

WORKDIR /app

Expand Down

0 comments on commit 19cbfa6

Please sign in to comment.