Skip to content

Commit

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

0 comments on commit 3e4010a

Please sign in to comment.