Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
60ad9400
"...composable_kernel_onnxruntime.git" did not exist on "7a7fe160866b7b2893be698d77b70cc8cf754fb5"
Unverified
Commit
60ad9400
authored
Oct 25, 2018
by
chicm-ms
Committed by
GitHub
Oct 25, 2018
Browse files
Update docker file to use latest nni release (#263)
parent
82aa37b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deployment/Dockerfile.build.base
deployment/Dockerfile.build.base
+1
-1
No files found.
deployment/Dockerfile.build.base
View file @
60ad9400
...
@@ -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 \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment