Skip to content

Commit

Permalink
chore: fix kubeflowkatib/mxnet-mnist image
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzen-y committed May 18, 2022
1 parent ea23e71 commit 0f281d1
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 0f281d1

Please sign in to comment.