akseljoonas HF Staff commited on
Commit
3605afc
·
1 Parent(s): e76b3d1

removing extra agent tag

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ COPY pyproject.toml uv.lock ./
28
 
29
  # Install dependencies into /app/.venv
30
  # Use --frozen to ensure exact versions from uv.lock
31
- RUN uv sync --extra agent --no-dev --frozen
32
 
33
  # Copy application code
34
  COPY agent/ ./agent/
 
28
 
29
  # Install dependencies into /app/.venv
30
  # Use --frozen to ensure exact versions from uv.lock
31
+ RUN uv sync --no-dev --frozen
32
 
33
  # Copy application code
34
  COPY agent/ ./agent/