init piper

This commit is contained in:
2025-08-20 21:28:01 +08:00
parent 90568c3dc1
commit 4e96a94117
234 changed files with 66374 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
FROM nvcr.io/nvidia/pytorch:22.03-py3
RUN pip3 install \
'pytorch-lightning~=1.7.0'
ENV NUMBA_CACHE_DIR=.numba_cache