diff --git a/docker/serve/azure/pt112-cu113/Dockerfile b/docker/serve/azure/pt112-cu113/Dockerfile index b3a9ee1b..8f27ac3c 100644 --- a/docker/serve/azure/pt112-cu113/Dockerfile +++ b/docker/serve/azure/pt112-cu113/Dockerfile @@ -17,7 +17,8 @@ RUN curl -sL https://packages.microsoft.com/keys/microsoft.asc | \ RUN apt-get update && apt-get install -y -qq azure-cli # install azure python sdk -RUN pip install azure +RUN pip install azure-core \ + azure-storage-blob # cache cleanup RUN chown -R worker /workspace \