Skip to content

Commit

Permalink
fix: solara extra
Browse files Browse the repository at this point in the history
  • Loading branch information
rileythai committed Feb 27, 2025
1 parent ac59449 commit 31d79a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ FROM dep-stage as dev-stage
# Copy the main project files over and install
COPY ./ ./
RUN --mount=type=cache,target=/root/.cache/uv \
uv sync --frozen --no-dev
uv sync --frozen --no-dev -f ./pyproject.toml --extra solara

# Remove credentials after use
RUN rm /root/.git-credentials && \
Expand Down

0 comments on commit 31d79a7

Please sign in to comment.