Spaces:
Sleeping
Sleeping
Fanwang Meng commited on
Update requirements.txt (#273)
Browse files- 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
|