diff --git a/Dockerfile b/Dockerfile index d11d91bc8..01cec1dfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,4 +84,4 @@ WORKDIR /workspace COPY . /workspace # Install autoplex and clear cache -RUN uv pip install .[strict,docs] && uv cache clean && rm -rf /tmp/* +RUN uv pip install --prerelease=allow .[strict,docs] && uv cache clean && rm -rf /tmp/*