Skip to content

Commit

Permalink
issue #4 bump aoa client version to 2.8.0rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
willfleury committed Jan 15, 2021
1 parent b6b33e4 commit f1cb808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aoa-pyspark-base
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion aoa-python-base
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion aoa-r-base
Original file line number Diff line number Diff line change
Expand Up @@ -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')" && \
Expand Down

0 comments on commit f1cb808

Please sign in to comment.