Skip to content

Commit

Permalink
[ML-8476][ML-9241] Pin some package to older versions for building do…
Browse files Browse the repository at this point in the history
…cs (#221)

* Pin some package to older versions for building docs

* Remove flake8==3.6.0
  • Loading branch information
Hanyu Cui authored and mengxr committed Jan 6, 2020
1 parent 8530200 commit b9f15b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apt-get update && \
apt-get install -y ruby ruby-dev && \
apt-get clean

RUN gem install jekyll bundler
RUN gem install jekyll -v 3.8.5
RUN gem install bundler
RUN gem install jekyll-redirect-from pygments.rb

WORKDIR /mnt/sparkdl
Expand Down

0 comments on commit b9f15b1

Please sign in to comment.