Byaidu 1 year ago
parent
commit
f623fc5379
2 changed files with 0 additions and 3 deletions
  1. 0 2
      Dockerfile
  2. 0 1
      MANIFEST.in

+ 0 - 2
Dockerfile

@@ -8,8 +8,6 @@ ENV PYTHONUNBUFFERED=1
 
 RUN apt-get update && apt-get install -y libgl1
 
-RUN pip install -r requirements.txt
-
 RUN pip install .
 
 CMD ["pdf2zh", "-i"]

+ 0 - 1
MANIFEST.in

@@ -1 +0,0 @@
-include requirements.txt