Spaces:
Sleeping
Sleeping
Update Dockerfile by cleaning up comments
Browse filesRemoved unnecessary comment about syntax for installing uv.
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ RUN pip install --upgrade pip setuptools wheel \
|
|
| 21 |
&& pip install .
|
| 22 |
|
| 23 |
# ----------------------------------------------------------
|
| 24 |
-
# Install uv system-wide
|
| 25 |
# ----------------------------------------------------------
|
| 26 |
RUN curl -LsSf https://astral.sh/uv/install.sh -o uv-installer.sh && \
|
| 27 |
sh uv-installer.sh --install-dir /usr/local/bin && \
|
|
|
|
| 21 |
&& pip install .
|
| 22 |
|
| 23 |
# ----------------------------------------------------------
|
| 24 |
+
# Install uv system-wide
|
| 25 |
# ----------------------------------------------------------
|
| 26 |
RUN curl -LsSf https://astral.sh/uv/install.sh -o uv-installer.sh && \
|
| 27 |
sh uv-installer.sh --install-dir /usr/local/bin && \
|