diff --git a/torchserve/Dockerfile b/torchserve/Dockerfile index 81468d24..de32dc6c 100644 --- a/torchserve/Dockerfile +++ b/torchserve/Dockerfile @@ -3,6 +3,7 @@ FROM continuumio/miniconda3 # install os dependencies +RUN mkdir -p /usr/share/man/man1 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \ ca-certificates \