Skip to content

Commit

Permalink
Fix commit version of gensim in Dockerfile (piskvorky#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
parulsethi authored and menshikh-iv committed Jul 19, 2017
1 parent 59c3834 commit f3bf792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:16.04
MAINTAINER Parul Sethi <parul1sethi@gmail.com>

ENV GENSIM_REPOSITORY https://github.com/RaRe-Technologies/gensim.git
ENV GENSIM_VERSION b818c91c698b4a149c55455b88953714d1701031
ENV GENSIM_VERSION 59c3834e0aa233ef9010fe1a22d32c43c0378bab

# Installs python, pip and setup tools (with fixed versions)
RUN apt-get update \
Expand Down

0 comments on commit f3bf792

Please sign in to comment.