From c0f82a2055b2bd83cdedc900f6985ef7854649b5 Mon Sep 17 00:00:00 2001 From: Olamide Isreal Date: Mon, 23 Mar 2026 16:53:21 +0100 Subject: [PATCH] Add boto3 to Docker image for authenticated S3/MinIO downloads --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 19da1ae..deeee48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN git clone https://github.com/Mickdub/gvp.git \ # Create conda environment and install dependencies RUN conda create -n pocketminer python=3.9 -y && \ conda install -n pocketminer -c conda-forge \ - numpy scipy pandas tensorflow tqdm mdtraj pyyaml -y && \ + numpy scipy pandas tensorflow tqdm mdtraj pyyaml boto3 -y && \ conda clean -afy # Activate environment and set up PATH