ayf3 commited on
Commit
b48d117
·
verified ·
1 Parent(s): a181899

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-slim
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
- ffmpeg libsndfile1 && \
5
  rm -rf /var/lib/apt/lists/*
6
 
7
  RUN useradd -m -u 1000 user
 
1
  FROM python:3.11-slim
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends \
4
+ ffmpeg libsndfile1 build-essential && \
5
  rm -rf /var/lib/apt/lists/*
6
 
7
  RUN useradd -m -u 1000 user