Skip to content
Snippets Groups Projects
Commit 2b9fe744 authored by calrama's avatar calrama
Browse files

centos-7: fix mxnet env path

parent 4d65f376
Branches
Tags Device
No related merge requests found
...@@ -193,7 +193,7 @@ RUN version=3.4.8 && \ ...@@ -193,7 +193,7 @@ RUN version=3.4.8 && \
ninja -C build install ninja -C build install
# MXNet # MXNet
ENV MXNet_DIR /opt/mxnet-3.5.1 ENV MXNet_DIR /opt/mxnet-1.5.1
RUN version=1.5.1 && \ RUN version=1.5.1 && \
source /etc/profile && \ source /etc/profile && \
cd /opt && \ cd /opt && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment