Rauhan commited on
Commit
5a73aac
·
1 Parent(s): 5c0d0e1

DEBUG: uv installation

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh
10
 
11
  ENV PATH="/root/.local/bin:${PATH}"
12
 
13
- RUN uv install
14
 
15
  EXPOSE 7860
16
 
 
10
 
11
  ENV PATH="/root/.local/bin:${PATH}"
12
 
13
+ RUN uv sync
14
 
15
  EXPOSE 7860
16