Skip to content

Commit eddc4f5

Browse files
committed
chore(docker): poetry -> uv
1 parent 063c77a commit eddc4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /data/output
99
COPY unblob/install-deps.sh /
1010
RUN sh -xeu /install-deps.sh
1111

12-
# You MUST do a poetry build before to have the wheel to copy & install here (CI action will do this when building)
12+
# You MUST do an uv build before to have the wheel to copy & install here (CI action will do this when building)
1313
COPY dist/*.whl /tmp/
1414
RUN pip --disable-pip-version-check install --upgrade pip
1515
RUN pip install /tmp/unblob*.whl --prefix /usr/local

0 commit comments

Comments
 (0)