From 3e4010a341d321510a480e1f07d4a0e0440e31a0 Mon Sep 17 00:00:00 2001 From: Will Fleury Date: Fri, 15 Jan 2021 11:27:24 +0100 Subject: [PATCH] issue #4 fix s3cmd version --- aoa-pyspark-base | 4 ++-- aoa-r-base | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aoa-pyspark-base b/aoa-pyspark-base index 44acc4f..5f45215 100644 --- a/aoa-pyspark-base +++ b/aoa-pyspark-base @@ -8,7 +8,7 @@ RUN apt-get install -y zip openjdk-8-jdk && \ ENV JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/" -RUN conda create -n pyspark -c conda-forge python=3.6 pyspark=2.4.3 pandas=0.24.2 numpy=1.16.1 scikit-learn=0.20.3 conda-pack shap==0.37.0 -RUN /usr/local/envs/pyspark/bin/pip install teradataml==17.0.0.0 nyoka==4.3.0 xgboost==0.90 aoa==2.8.0rc5 +RUN conda create -y -n pyspark -c conda-forge python=3.6 pyspark=2.4.3 pandas=0.24.2 numpy=1.16.1 scikit-learn=0.20.3 conda-pack shap==0.37.0 +RUN /usr/local/envs/pyspark/bin/pip install teradataml==17.0.0.0 nyoka==4.3.0 xgboost==0.90 aoa==2.8.0rc5 s3cmd==2.0.2 CMD ["bash"] diff --git a/aoa-r-base b/aoa-r-base index 8660585..4c4d222 100644 --- a/aoa-r-base +++ b/aoa-r-base @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y \ libxml2-dev && \ apt-get clean -RUN pip3 install --no-cache-dir s3cmd aoa==2.8.0rc5 +RUN pip3 install --no-cache-dir s3cmd==2.0.2 aoa==2.8.0rc5 RUN Rscript -e "install.packages('remotes')" && \ Rscript -e "remotes::install_version('dbplyr', version='1.4.4', repos='http://cloud.r-project.org')" && \