Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
update azure python packages
  • Loading branch information
tzole1155 committed Nov 8, 2023
1 parent 71e4379 commit 10c9d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/serve/azure/pt112-cu113/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 10c9d25

Please sign in to comment.