Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN update-alternatives --install /usr/local/bin/pip pip /usr/local/bin/pip3 1

RUN pip install --no-cache-dir multi-model-server \
&& pip install --no-cache-dir mxnet-mkl==1.4.0
&& pip install --no-cache-dir mxnet-mkl==1.6.0

RUN useradd -m model-server \
&& mkdir -p /home/model-server/tmp
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.gpu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN update-alternatives --install /usr/local/bin/pip pip /usr/local/bin/pip3 1

RUN pip install --no-cache-dir multi-model-server \
&& pip install --no-cache-dir mxnet-cu92mkl==1.4.0
&& pip install --no-cache-dir mxnet-cu92mkl==1.6.0

RUN useradd -m model-server \
&& mkdir -p /home/model-server/tmp
Expand Down