Jofthomas HF staff commited on
Commit
10ab285
1 Parent(s): bbaa7c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -9,7 +9,6 @@ COPY ./requirements.txt /app/requirements.txt
9
 
10
  # Install dependencies
11
  RUN apt update && apt install -y python3 python3-pip
12
- RUN apt update && apt install -y git
13
 
14
  RUN python3 -m pip install --no-cache-dir --upgrade -r /app/requirements.txt
15
  RUN apt update && apt install -y ffmpeg
 
9
 
10
  # Install dependencies
11
  RUN apt update && apt install -y python3 python3-pip
 
12
 
13
  RUN python3 -m pip install --no-cache-dir --upgrade -r /app/requirements.txt
14
  RUN apt update && apt install -y ffmpeg