blaxx14 commited on
Commit
92a979d
·
2 Parent(s): 14c30f2 8a2f136

Merge branch 'main' of https://huggingface.co/spaces/blaxx14/pdf-parser-api

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  && apt-get clean \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
- COPY requirements.txt .
17
  RUN pip install -r requirements.txt
18
 
19
  COPY . /app
 
13
  && apt-get clean \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
+ COPY requirements.txt .
17
  RUN pip install -r requirements.txt
18
 
19
  COPY . /app