Spaces:
Sleeping
Sleeping
Sofia Casadei
commited on
Commit
·
10aed94
1
Parent(s):
1452d5e
up
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,7 +41,7 @@ RUN mkdir -p $UV_CACHE_DIR && chown -R user:user $UV_CACHE_DIR
|
|
41 |
COPY --chown=user requirements.txt .
|
42 |
|
43 |
# Install Python packages with uv caching
|
44 |
-
RUN --mount=type=cache,target=$UV_CACHE_DIR \
|
45 |
/uv pip install -r requirements.txt
|
46 |
|
47 |
# Copy application code
|
|
|
41 |
COPY --chown=user requirements.txt .
|
42 |
|
43 |
# Install Python packages with uv caching
|
44 |
+
RUN --mount=type=cache,target=$UV_CACHE_DIR,uid=1000,gid=1000 \
|
45 |
/uv pip install -r requirements.txt
|
46 |
|
47 |
# Copy application code
|