v4.7 新增账号系统,云端存储保证计算的长久有效
This commit is contained in:
parent
cbbef10e5d
commit
6a3c9635d5
7 changed files with 1032 additions and 178 deletions
12
Dockerfile
12
Dockerfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue