Skip to content

Commit

Permalink
* update Dockerfile (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool authored Mar 11, 2024
1 parent a370f5c commit 87de1c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ RUN cat environments/* | xargs pip install --default-timeout 1000
# install data-juicer then
COPY . .
RUN pip install -v -e .[all]

# install 3rd-party system dependencies
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y

0 comments on commit 87de1c0

Please sign in to comment.