Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/blaxx14/pdf-parser-api
Browse files- 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
|