Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo authored Nov 12, 2024
1 parent c823d33 commit 3f29bbf
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 @@ -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/*

0 comments on commit 3f29bbf

Please sign in to comment.