Fanwang Meng commited on
Commit
d5a2c60
·
unverified ·
1 Parent(s): ab07025

Update requirements.txt (#273)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ RUN pip install --upgrade pip
17
  RUN pip install streamlit rdkit
18
 
19
  # Install the Selector package from the source code
 
20
  RUN pip install git+https://github.com/theochem/Selector.git
21
 
22
  # Copy the rest of the application code
 
17
  RUN pip install streamlit rdkit
18
 
19
  # Install the Selector package from the source code
20
+ RUN pip install -r https://raw.githubusercontent.com/theochem/Selector/refs/heads/main/requirements_dev.txt
21
  RUN pip install git+https://github.com/theochem/Selector.git
22
 
23
  # Copy the rest of the application code