Spaces:
Sleeping
Sleeping
update
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -9,9 +9,6 @@ WORKDIR /app
|
|
9 |
COPY --chown=user ./requirements.txt requirements.txt
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
|
12 |
-
USER root
|
13 |
-
RUN apt-get update && apt-get install -y poppler-utils
|
14 |
-
USER user
|
15 |
|
16 |
COPY --chown=user . /app
|
17 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
9 |
COPY --chown=user ./requirements.txt requirements.txt
|
10 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
11 |
|
|
|
|
|
|
|
12 |
|
13 |
COPY --chown=user . /app
|
14 |
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|