Mbonea commited on
Commit
ac198d6
1 Parent(s): 70d1b32
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -14,7 +14,6 @@ RUN apt-get update && apt-get install -y git ffmpeg aria2 \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  COPY requirements.txt .
17
- RUN rm ~/.cache/pip -rf
18
  RUN pip install --no-cache-dir -r requirements.txt
19
 
20
  # Copy the application code
 
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  COPY requirements.txt .
 
17
  RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  # Copy the application code