Skip to content

Commit

Permalink
Fix kubeflowkatib/mxnet-mnist image (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y authored May 18, 2022
1 parent ea23e71 commit d385d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/v1beta1/trial-images/mxnet-mnist/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM mxnet/python:latest_cpu_native_py3
FROM python:3.9

ADD examples/v1beta1/trial-images/mxnet-mnist /opt/mxnet-mnist
WORKDIR /opt/mxnet-mnist

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

Expand Down

0 comments on commit d385d14

Please sign in to comment.