Skip to content

Commit 9dc3615

Browse files
committed
Remove versioneer install (now handled in pyproject.toml)
1 parent a44cb87 commit 9dc3615

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ RUN cd /src/picachooser && \
3434
uv pip install .
3535
RUN chmod -R a+r /src/picachooser
3636

37-
# install versioneer
38-
RUN cd /src/picachooser && \
39-
versioneer install --no-vendor && \
40-
rm -rf /src/picachooser/build /src/picachooser/dist
37+
# clean up install directories
38+
RUN rm -rf /src/picachooser/build /src/picachooser/dist
4139

4240
# security patches
4341
RUN uv pip install "cryptography>=42.0.4" "urllib3>=1.26.17"

0 commit comments

Comments
 (0)