We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab07025 commit d5a2c60Copy full SHA for d5a2c60
Dockerfile
@@ -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 -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
0 commit comments