Skip to content

Commit

Permalink
Remove versioneer install (now handled in pyproject.toml)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbfrederick committed Jan 27, 2025
1 parent a44cb87 commit 9dc3615
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ RUN cd /src/picachooser && \
uv pip install .
RUN chmod -R a+r /src/picachooser

# install versioneer
RUN cd /src/picachooser && \
versioneer install --no-vendor && \
rm -rf /src/picachooser/build /src/picachooser/dist
# clean up install directories
RUN rm -rf /src/picachooser/build /src/picachooser/dist

# security patches
RUN uv pip install "cryptography>=42.0.4" "urllib3>=1.26.17"
Expand Down

0 comments on commit 9dc3615

Please sign in to comment.