This commit is contained in:
mm644706215
2025-01-18 22:42:10 +08:00
parent 76f42c119f
commit f66132fcd0
2 changed files with 51 additions and 5 deletions

View File

@@ -1,15 +1,14 @@
# syntax=docker/dockerfile:1.3-labs
# NOTE: Building this image requires Docker version >= 23.0.
# Stage 1: Build environment
ARG TAG_VERSION
ARG BASE
FROM ${BASE}:${TAG_VERSION} AS build-env
FROM ${BASE}:${TAG_VERSION}
# Install PyAutoFEP
WORKDIR /root
RUN <<EOT
#!/bin/bash
git clone https://github.com/luancarvalhomartins/PyAutoFEP.git
micromamba create -n PyAutoFEP -c conda-forge -y rdkit openbabel matplotlib networkx pip
micromamba run -n PyAutoFEP python -m pip install pymbar alchemlyb==0.6.0 matplotlib biopython mdanalysis
EOT
# Install AmberTools and Amber