v4.7 新增账号系统,云端存储保证计算的长久有效

This commit is contained in:
Lihatoo 2026-07-21 14:14:15 +08:00
parent cbbef10e5d
commit dd21623cb5
7 changed files with 1032 additions and 178 deletions

View file

@ -31,14 +31,14 @@ RUN cd /tmp \
&& rm -rf /tmp/ViennaRNA-2.7.2 /tmp/ViennaRNA-2.7.2.tar.gz
RUN python -m pip install --no-cache-dir \
numpy \
scipy \
pandas \
pyyaml \
jinja2 \
numpy==2.4.6 \
scipy==1.17.1 \
pandas==3.0.3 \
pyyaml==6.0.3 \
jinja2==3.1.6 \
/tmp/nupack-package/nupack-4.0.2.0-cp312-cp312-linux_x86_64.whl
RUN python -m pip install --no-cache-dir redis
RUN python -m pip install --no-cache-dir redis==7.4.0
WORKDIR /app/service
COPY service /app/service