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 40e253a commit 49c66d4Copy full SHA for 49c66d4
Dockerfile.dev
@@ -50,7 +50,7 @@ RUN git clone --depth 1 https://github.com/home-assistant/hass-release ~/hass-re
50
51
# Install Python dependencies from requirements
52
COPY requirements.txt ./
53
-RUN uv pip install -r requirements.txt
+RUN uv pip install --prerelease=allow -r requirements.txt
54
55
WORKDIR /workspaces
56
0 commit comments