Spaces:
Sleeping
Sleeping
add git
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -18,6 +18,7 @@ RUN micromamba install -y -n base -c conda-forge \
|
|
| 18 |
aivant::openstructure \
|
| 19 |
anaconda::py-boost \
|
| 20 |
vina \
|
|
|
|
| 21 |
&& micromamba clean --all --yes
|
| 22 |
|
| 23 |
ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)
|
|
|
|
| 18 |
aivant::openstructure \
|
| 19 |
anaconda::py-boost \
|
| 20 |
vina \
|
| 21 |
+
git \
|
| 22 |
&& micromamba clean --all --yes
|
| 23 |
|
| 24 |
ARG MAMBA_DOCKERFILE_ACTIVATE=1 # (otherwise python will not be found)
|