simonduerr commited on
Commit
eba98ca
·
verified ·
1 Parent(s): 480b5c5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,7 +8,8 @@ COPY . .
8
 
9
 
10
  RUN pip3 install rdkit==2023.9.6 pandas==2.1.4 posebusters==0.2.7
11
- RUN pip3 install gradio gradio_molecule3d moleculekit
 
12
 
13
  RUN git clone https://github.com/rlabduke/reduce.git && cd reduce && make && make install
14
 
 
8
 
9
 
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 git+https://github.com/acellera/moleculekit.git
13
 
14
  RUN git clone https://github.com/rlabduke/reduce.git && cd reduce && make && make install
15