File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.11.4 -slim-bullseye
1+ FROM python:3.11.15 -slim
22
33USER root
4- RUN apt-get --allow-releaseinfo-change update && \
5- apt-get install -y \
4+ RUN apt-get --allow-releaseinfo-change update \
5+ && apt-get install -y \
66 git \
77 libfontconfig1 \
88 libsm6 \
99 libxrender1 \
10- procps && \
11- pip install rdkit==2023.3.2 && \
12- git clone https://github.com/rdkit/mmpdb /usr/local/mmpdb && \
13- pip install /usr/local/mmpdb
14-
15- COPY requirements.txt ./
16- RUN pip install -r requirements.txt
10+ procps \
11+ && pip install rdkit==2023.3.2 \
12+ && git clone https://github.com/rdkit/mmpdb /usr/local/mmpdb \
13+ && pip install /usr/local/mmpdb
1714
1815ADD . /usr/local/frag
1916RUN pip install /usr/local/frag
You can’t perform that action at this time.
0 commit comments