Skip to content

Commit

Permalink
Update Dockerfile.cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
jianchang512 committed Jul 11, 2024
1 parent 607a7a6 commit 38098f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM pytorch/torchserve:0.11.0-cpu as builder

USER root

RUN apt-get install ffmpeg
RUN apt-get update && apt-get install -y ffmpeg

WORKDIR /app

Expand Down

0 comments on commit 38098f9

Please sign in to comment.