Skip to content
Snippets Groups Projects
Commit 0840bbc8 authored by calrama's avatar calrama
Browse files

ubuntu18.04: Replace mxnet profile with dockerfile ENV

parent 85dd77ef
Branches
No related tags found
No related merge requests found
...@@ -28,4 +28,4 @@ RUN apt-get update && \ ...@@ -28,4 +28,4 @@ RUN apt-get update && \
cd python && \ cd python && \
python3.7 setup.py install && \ python3.7 setup.py install && \
apt-get clean apt-get clean
ADD mxnet_profile.sh /etc/profile.d/mxnet.sh ENV MXNet_DIR /opt/mxnet-1.4.1
...@@ -27,4 +27,4 @@ RUN apt-get update && \ ...@@ -27,4 +27,4 @@ RUN apt-get update && \
cd python && \ cd python && \
python3.7 setup.py install && \ python3.7 setup.py install && \
apt-get clean apt-get clean
ADD mxnet_profile.sh /etc/profile.d/mxnet.sh ENV MXNet_DIR /opt/mxnet-1.4.1
#! /bin/sh
export MXNet_DIR=/opt/mxnet-1.4.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment