add config

This commit is contained in:
mm644706215
2024-12-24 10:25:04 +08:00
parent 736373c280
commit 1b87eab156
2 changed files with 11 additions and 6 deletions

View File

@@ -31,6 +31,8 @@ micromamba create -n ${MAMBA_ENV_NAME} python=${PYTHON_VERSION} -y
echo "mamba activate ${MAMBA_ENV_NAME}" >> /home/mambauser/.bashrc
git clone https://github.com/hotwa/SIME
cd /app/SIME
mkdir -p /app/SIME/LIBRARIES
mkdir -p /app/SIME/uploads
micromamba run -n ${MAMBA_ENV_NAME} pip install -r requirements.txt
micromamba run -n ${MAMBA_ENV_NAME} pip install ipython rdkit
EOT