Spaces:
Sleeping
Sleeping
ost install
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -14,7 +14,9 @@ RUN micromamba install -y -n base -c conda-forge \
|
|
| 14 |
pyopenssl=23.2.0 \
|
| 15 |
python=${MAMBA_PYTHON_VERSION} \
|
| 16 |
requests=2.25.1 \
|
|
|
|
| 17 |
aivant::openstructure \
|
|
|
|
| 18 |
vina \
|
| 19 |
&& micromamba clean --all --yes
|
| 20 |
|
|
|
|
| 14 |
pyopenssl=23.2.0 \
|
| 15 |
python=${MAMBA_PYTHON_VERSION} \
|
| 16 |
requests=2.25.1 \
|
| 17 |
+
conda-forge::boost \
|
| 18 |
aivant::openstructure \
|
| 19 |
+
anaconda::py-boost \
|
| 20 |
vina \
|
| 21 |
&& micromamba clean --all --yes
|
| 22 |
|