You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
392 B
2 lines
392 B
#!/bin/bash
|
|
nuitka3 --standalone --onefile --jobs=8 --include-module=cProfile,wave,cmath --show-memory --show-progress --include-package=httpx,PIL,sqlite3 --output-dir=build --include-data-dir=conf=conf --nofollow-import-to=numpy,os,time,matplotlib,scipy,nltk,datasets,huggingface_hub,fastapi,paddlespeech,paddlenlp,paddleslim,panda,numba,pygments,loguru,cffi ttsmain.py & >>packlog.txt
|