Add boto3 to Docker image for authenticated S3/MinIO downloads
This commit is contained in:
@@ -19,7 +19,7 @@ RUN git clone https://github.com/Mickdub/gvp.git \
|
|||||||
# Create conda environment and install dependencies
|
# Create conda environment and install dependencies
|
||||||
RUN conda create -n pocketminer python=3.9 -y && \
|
RUN conda create -n pocketminer python=3.9 -y && \
|
||||||
conda install -n pocketminer -c conda-forge \
|
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
|
conda clean -afy
|
||||||
|
|
||||||
# Activate environment and set up PATH
|
# Activate environment and set up PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user