Spaces:
Sleeping
Sleeping
Commit
·
fdee020
1
Parent(s):
86a1afd
Add permission
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,7 +21,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
|
|
21 |
# Upgrade pip
|
22 |
# RUN pip install --no-cache-dir --upgrade pip
|
23 |
|
24 |
-
RUN uv venv
|
25 |
|
26 |
# Install requirements
|
27 |
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
|
|
|
21 |
# Upgrade pip
|
22 |
# RUN pip install --no-cache-dir --upgrade pip
|
23 |
|
24 |
+
RUN --chown=user uv venv
|
25 |
|
26 |
# Install requirements
|
27 |
RUN uv pip install --no-cache-dir --upgrade -r requirements.txt
|