From 4f0ca52f6aff94781a990b0a29307437d34245b9 Mon Sep 17 00:00:00 2001 From: cuiyaning Date: Tue, 25 Jun 2024 02:01:17 +0000 Subject: [PATCH] add setuptools wheel twine in docker --- unimol/docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unimol/docker/Dockerfile b/unimol/docker/Dockerfile index 1317cff..4afe485 100644 --- a/unimol/docker/Dockerfile +++ b/unimol/docker/Dockerfile @@ -1,5 +1,7 @@ FROM dptechnology/unicore:0.0.1-pytorch1.11.0-cuda11.3 +RUN pip install setuptools wheel twine + RUN pip install rdkit-pypi==2021.9.5.1 RUN ldconfig && \