RoyAalekh commited on
Commit
cf7dd47
·
1 Parent(s): 1bc0a36

Update Dockerfile by cleaning up comments

Browse files

Removed unnecessary comment about syntax for installing uv.

Files changed (1) hide show
  1. 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 (correct syntax, no --yes)
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 && \