Skip to content

Commit

Permalink
fix rvm version error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed Apr 10, 2020
1 parent 00d7f9e commit 20a0050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/Dockerfile.build.ubuntu_cpu_jekyll
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN curl -sSL https://rvm.io/mpapis.asc | gpg2 --import - && \

RUN source /etc/profile.d/rvm.sh && \
rvm requirements && \
rvm install 2.6 && \
rvm install 2.6.3 && \
rvm use 2.6.3 --default

ENV BUNDLE_HOME=/work/deps/bundle
Expand All @@ -65,4 +65,4 @@ RUN chown -R jenkins_slave /work/ && \
chown -R jenkins_slave /usr/local/bin && \
chown -R jenkins_slave /usr/local/rvm

WORKDIR /work/mxnet
WORKDIR /work/mxnet

0 comments on commit 20a0050

Please sign in to comment.