Spaces:
Sleeping
Sleeping
add
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,8 @@ WORKDIR /app
|
|
| 12 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
RUN pip install fastapi uvicorn transformers torch Pillow PyPDF2 python-docx
|
|
|
|
|
|
|
| 15 |
|
| 16 |
|
| 17 |
COPY --chown=user . /app
|
|
|
|
| 12 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 13 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 14 |
RUN pip install fastapi uvicorn transformers torch Pillow PyPDF2 python-docx
|
| 15 |
+
RUN pip install matplotlib seaborn pandas torch transformers openpyxl fastapi uvicorn
|
| 16 |
+
|
| 17 |
|
| 18 |
|
| 19 |
COPY --chown=user . /app
|