main #7

Merged
ccyj merged 17 commits from sangge/tpre-python:main into main 2023-10-15 15:25:14 +08:00
Showing only changes of commit 19298152c5 - Show all commits

10
dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM git.mamahaha.work/sangge/tpre:base
COPY src /app
COPY requirements.txt /app/requirements.txt
WORKDIR /app
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple