Skip to content

Commit ad807be

Browse files
aniketpaluntkathole
authored andcommitted
fix: Fixed uv cache permission error for docker build on mac
Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
1 parent 12d2d9b commit ad807be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/python/feast/infra/feature_servers/multicloud/Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ RUN yalc add @feast-dev/feast-ui && \
2727

2828
WORKDIR ${APP_ROOT}/src
2929
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
30+
ENV UV_CACHE_DIR=/tmp/uv-cache
3031
RUN uv pip install --require-hashes --no-deps -r sdk/python/requirements/py3.11-minimal-requirements.txt
3132
RUN uv pip install --no-deps -e .[minimal]
3233

0 commit comments

Comments
 (0)