Skip to content

Commit

Permalink
perf: ⚡️ rm .cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Aug 14, 2024
1 parent b9835ad commit 95b6726
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 @@ -10,7 +10,7 @@ RUN pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
ADD requirements.txt requirements.txt
RUN pip install -r requirements.txt

RUN playwright install chromium --with-deps
RUN playwright install chromium --with-deps && rm -rf /root/.cache

ADD . .
RUN pip install .
Expand Down

0 comments on commit 95b6726

Please sign in to comment.