Skip to content

Commit

Permalink
install sdk prior to wuzzy
Browse files Browse the repository at this point in the history
  • Loading branch information
lmperry committed Mar 20, 2019
1 parent bc87955 commit 4d99638
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ RUN apt-get update && apt-get install -y --force-yes \


############################
# FUZZY
# Install the Flywheel SDK

RUN pip install --upgrade pip && \
pip install fuzzywuzzy && \
pip install fuzzywuzzy[speedup]
RUN pip install flywheel-sdk


############################
# Install the Flywheel SDK
# FUZZY

RUN pip install flywheel-sdk
RUN pip install --upgrade pip && \
pip install fuzzywuzzy && \
pip install fuzzywuzzy[speedup]


############################
Expand Down

0 comments on commit 4d99638

Please sign in to comment.