We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbe9bd commit 41fcfadCopy full SHA for 41fcfad
agentex/Dockerfile
@@ -23,13 +23,13 @@ COPY agentex/pyproject.toml agentex/README.md ./
23
24
# Install core dependencies
25
ENV UV_PROJECT_ENVIRONMENT=/usr/local
26
-RUN uv sync --native-tls --allow-insecure-host pypi.org --allow-insecure-host files.pythonhosted.org
+RUN uv sync
27
28
# Development stage (for docker-compose)
29
FROM base AS dev
30
31
# Install dev dependencies
32
-RUN uv sync --native-tls --allow-insecure-host pypi.org --allow-insecure-host files.pythonhosted.org --group dev
+RUN uv sync --group dev
33
34
COPY agentex/src/ ./src/
35
EXPOSE 5003
0 commit comments