-m scripts.convert
Algunas comprobaciones han fallado
continuous-integration/drone/push Build was killed

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2024-11-23 11:32:46 +01:00
padre a76d448897
commit a3921a7a75

Ver fichero

@@ -1,7 +1,7 @@
FROM debian:sid
RUN apt update && apt install -y git python3-pip && apt clean
RUN git clone --depth 1 https://github.com/xenova/transformers.js /transformers.js
WORKDIR /transformers.js/scripts
RUN pip3 install --break-system-packages -r requirements.txt
WORKDIR /transformers.js
RUN pip3 install --break-system-packages -r scripts/requirements.txt
CMD "--help"
ENTRYPOINT ["python3", "convert.py"]
ENTRYPOINT ["python3", "-m", "scripts.convert"]