Unverified Commit 60ad9400 authored by chicm-ms's avatar chicm-ms Committed by GitHub
Browse files

Update docker file to use latest nni release (#263)

parent 82aa37b9
...@@ -64,7 +64,7 @@ RUN wget -qO- http://archive.apache.org/dist/hadoop/common/hadoop-${HADOOP_VERSI ...@@ -64,7 +64,7 @@ RUN wget -qO- http://archive.apache.org/dist/hadoop/common/hadoop-${HADOOP_VERSI
# #
#Install NNI #Install NNI
# #
RUN pip3 install -v --user git+https://github.com/Microsoft/nni.git@v0.2 RUN pip3 install -v --user git+https://github.com/Microsoft/nni.git@$(curl --silent "https://api.github.com/repos/Microsoft/nni/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \ ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 \
HADOOP_INSTALL=/usr/local/hadoop \ HADOOP_INSTALL=/usr/local/hadoop \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment