chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:39:55 +08:00
commit 7ee4420c10
87 changed files with 15222 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
FROM python:3
RUN mkdir -p /var/app
WORKDIR /var/app
COPY . /var/app
# install scipy & numpy
# install required packages
RUN pip install scipy numpy && \
pip install .