Skip to content

Commit

Permalink
Avoid use of cache directory with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder committed Aug 8, 2024
1 parent c2037a6 commit 272ce31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ COPY . /app
RUN apt-get -qq update && apt-get -qq install -y git wget ffmpeg mediainfo \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN pip install -r requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
CMD ["python", "main.py"]

0 comments on commit 272ce31

Please sign in to comment.