fix: lock against public PyPI so the image builds outside the workstation #1
@@ -8,3 +8,11 @@ dependencies = [
|
|||||||
"uvicorn[standard]>=0.32",
|
"uvicorn[standard]>=0.32",
|
||||||
"httpx>=0.27",
|
"httpx>=0.27",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Pin to public PyPI explicitly. Without this, uv inherits whichever index
|
||||||
|
# the workstation has configured globally — e.g. the dexterenergy private
|
||||||
|
# artifact registry — and bakes it into uv.lock, which 401s inside Docker.
|
||||||
|
[[tool.uv.index]]
|
||||||
|
name = "pypi"
|
||||||
|
url = "https://pypi.org/simple"
|
||||||
|
default = true
|
||||||
|
|||||||
Reference in New Issue
Block a user