Skip to content

Commit 41fcfad

Browse files
author
Roxanne Farhad
committed
Revert "add docker fixes"
This reverts commit 3bbe9bd.
1 parent 3bbe9bd commit 41fcfad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agentex/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ COPY agentex/pyproject.toml agentex/README.md ./
2323

2424
# Install core dependencies
2525
ENV UV_PROJECT_ENVIRONMENT=/usr/local
26-
RUN uv sync --native-tls --allow-insecure-host pypi.org --allow-insecure-host files.pythonhosted.org
26+
RUN uv sync
2727

2828
# Development stage (for docker-compose)
2929
FROM base AS dev
3030

3131
# Install dev dependencies
32-
RUN uv sync --native-tls --allow-insecure-host pypi.org --allow-insecure-host files.pythonhosted.org --group dev
32+
RUN uv sync --group dev
3333

3434
COPY agentex/src/ ./src/
3535
EXPOSE 5003

0 commit comments

Comments
 (0)