We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063c77a commit eddc4f5Copy full SHA for eddc4f5
Dockerfile
@@ -9,7 +9,7 @@ WORKDIR /data/output
9
COPY unblob/install-deps.sh /
10
RUN sh -xeu /install-deps.sh
11
12
-# You MUST do a poetry build before to have the wheel to copy & install here (CI action will do this when building)
+# You MUST do an uv build before to have the wheel to copy & install here (CI action will do this when building)
13
COPY dist/*.whl /tmp/
14
RUN pip --disable-pip-version-check install --upgrade pip
15
RUN pip install /tmp/unblob*.whl --prefix /usr/local
0 commit comments