Ninjani commited on
Commit
b26b90f
·
1 Parent(s): 4b9fab8

ost install

Browse files
Files changed (1) hide show
  1. 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