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 14d341a commit 7d9df95Copy full SHA for 7d9df95
Dockerfile
@@ -4,6 +4,6 @@ EXPOSE 50003
4
5
FROM python:slim
6
RUN pip install uv
7
-RUN --mount=source=dist,target=/dist uv pip install --no-cache /dist/*.whl
+RUN --mount=source=dist,target=/dist uv pip install --system --no-cache /dist/*.whl
8
CMD airport_test_server --location=grpc://0.0.0.0:50003
9
0 commit comments