Skip to content

Commit 0f281d1

Browse files
committed
chore: fix kubeflowkatib/mxnet-mnist image
1 parent ea23e71 commit 0f281d1

File tree

1 file changed

+2
-1
lines changed
  • examples/v1beta1/trial-images/mxnet-mnist

1 file changed

+2
-1
lines changed

examples/v1beta1/trial-images/mxnet-mnist/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM mxnet/python:latest_cpu_native_py3
1+
FROM python:3.9
22

33
ADD examples/v1beta1/trial-images/mxnet-mnist /opt/mxnet-mnist
44
WORKDIR /opt/mxnet-mnist
55

6+
RUN pip install mxnet==1.9.0
67
RUN chgrp -R 0 /opt/mxnet-mnist \
78
&& chmod -R g+rwX /opt/mxnet-mnist
89

0 commit comments

Comments
 (0)