Skip to content

Commit

Permalink
fix: Fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Jul 19, 2022
1 parent 273c3de commit 27b858f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt update \
&& apt install -y git \
&& apt install ffmpeg libsm6 libxext6 -y \
&& apt install -y gcc python3-dev \
&& apt install --upgrade pip setuptools wheel \
&& pip install --upgrade pip setuptools wheel \
&& pip install -e /tmp/. \
&& pip cache purge \
&& rm -rf /root/.cache/pip

&& rm -rf /var/lib/apt/lists/*

0 comments on commit 27b858f

Please sign in to comment.