We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea23e71 commit 0f281d1Copy full SHA for 0f281d1
examples/v1beta1/trial-images/mxnet-mnist/Dockerfile
@@ -1,8 +1,9 @@
1
-FROM mxnet/python:latest_cpu_native_py3
+FROM python:3.9
2
3
ADD examples/v1beta1/trial-images/mxnet-mnist /opt/mxnet-mnist
4
WORKDIR /opt/mxnet-mnist
5
6
+RUN pip install mxnet==1.9.0
7
RUN chgrp -R 0 /opt/mxnet-mnist \
8
&& chmod -R g+rwX /opt/mxnet-mnist
9
0 commit comments