Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -11,9 +11,7 @@ RUN apt-get update && apt-get install -y \
|
|
11 |
&& rm -rf /var/lib/apt/lists/* \
|
12 |
&& curl -LsSf https://astral.sh/uv/install.sh | sh
|
13 |
|
14 |
-
|
15 |
-
COPY requirements.txt .
|
16 |
-
|
17 |
# Install Python dependencies using uv
|
18 |
RUN uv pip install -r pyproject.toml
|
19 |
|
|
|
11 |
&& rm -rf /var/lib/apt/lists/* \
|
12 |
&& curl -LsSf https://astral.sh/uv/install.sh | sh
|
13 |
|
14 |
+
RUN source $HOME/.local/bin/env
|
|
|
|
|
15 |
# Install Python dependencies using uv
|
16 |
RUN uv pip install -r pyproject.toml
|
17 |
|