RoyAalekh commited on
Commit
a9cea6b
·
1 Parent(s): 2fbf7a6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -14,6 +14,8 @@ ENV UV_PROJECT_ENVIRONMENT=/app/.venv
14
  RUN curl -LsSf https://astral.sh/uv/install.sh | sh
15
  ENV PATH="/root/.local/bin:${PATH}"
16
 
 
 
17
  # Create virtual env
18
  RUN uv venv /app/.venv
19
 
 
14
  RUN curl -LsSf https://astral.sh/uv/install.sh | sh
15
  ENV PATH="/root/.local/bin:${PATH}"
16
 
17
+ RUN cp /root/.local/bin/uv /usr/local/bin/uv
18
+
19
  # Create virtual env
20
  RUN uv venv /app/.venv
21