simonduerr commited on
Commit
ee6ade6
·
verified ·
1 Parent(s): 67a38cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ COPY . .
10
  RUN pip3 install rdkit==2023.9.6 pandas==2.1.4 posebusters==0.2.7
11
  RUN pip3 install gradio gradio_molecule3d
12
  RUN pip3 install setuptools --upgrade
 
13
  RUN pip3 install moleculekit==1.7.17
14
 
15
  RUN git clone https://github.com/rlabduke/reduce.git && cd reduce && make && make install
 
10
  RUN pip3 install rdkit==2023.9.6 pandas==2.1.4 posebusters==0.2.7
11
  RUN pip3 install gradio gradio_molecule3d
12
  RUN pip3 install setuptools --upgrade
13
+ RUN pip3 install --upgrade pip
14
  RUN pip3 install moleculekit==1.7.17
15
 
16
  RUN git clone https://github.com/rlabduke/reduce.git && cd reduce && make && make install