diff --git a/aoa-pyspark-base b/aoa-pyspark-base index 3959283..01d3ab1 100644 --- a/aoa-pyspark-base +++ b/aoa-pyspark-base @@ -8,6 +8,6 @@ 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 aoa==2.8.0rc1 +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 aoa==2.8.0rc5 CMD ["bash"] diff --git a/aoa-python-base b/aoa-python-base index de57443..d4c6757 100644 --- a/aoa-python-base +++ b/aoa-python-base @@ -17,7 +17,7 @@ RUN pip install --no-cache-dir numpy==1.16.1 \ teradataml==17.0.0.0 \ pandas==0.24.2 \ tables==3.5.2 \ - aoa==2.8.0rc1 \ + aoa==2.8.0rc5 \ s3cmd==2.0.2 \ scikit-learn==0.22.2 \ xgboost==0.90 \ diff --git a/aoa-r-base b/aoa-r-base index 8ee1f55..8660585 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 +RUN pip3 install --no-cache-dir s3cmd 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')" && \