Skip to content

Commit

Permalink
start using thrift 0.13.0 in development
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Apr 9, 2020
1 parent 9b66e92 commit d76e0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apt-get update -y \
&& apt-get install -y libsm6 libxext6

# Thrift
ENV THRIFT_VERSION 0.11.0
ENV THRIFT_VERSION 0.13.0

RUN buildDeps=" \
automake \
Expand Down Expand Up @@ -97,7 +97,7 @@ RUN pip install numpy \
&& pip install salib \
&& pip install smt \
&& pip install openturns \
&& pip install thrift==0.11.0 \
&& pip install thrift \
&& pip install wop

# Clean up APT when done.
Expand Down

0 comments on commit d76e0f2

Please sign in to comment.