ksrgszk commited on
Commit
c75ff1a
·
1 Parent(s): 1754636

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10-slim
2
  ARG DEBIAN_FRONTEND=noninteractive
3
- RUN apt-get update && apt-get install -y ffmpeg libsndfile1 && rm -rf /var/lib/apt/lists/*
4
  WORKDIR /app
5
  COPY requirements.txt /app/requirements.txt
6
  RUN pip install --no-cache-dir -U pip setuptools wheel && pip install --no-cache-dir -r /app/requirements.txt
 
1
  FROM python:3.10-slim
2
  ARG DEBIAN_FRONTEND=noninteractive
3
+ RUN apt-get update && apt-get install -y ffmpeg libsndfile1 build-essential && rm -rf /var/lib/apt/lists/*
4
  WORKDIR /app
5
  COPY requirements.txt /app/requirements.txt
6
  RUN pip install --no-cache-dir -U pip setuptools wheel && pip install --no-cache-dir -r /app/requirements.txt