Spaces:
Sleeping
Sleeping
add open library
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ COPY app /app
|
|
| 6 |
# App deps only (no LaTeX)
|
| 7 |
RUN python -m pip install --upgrade pip && \
|
| 8 |
python -m pip install --no-cache-dir \
|
| 9 |
-
fastapi "uvicorn[standard]" pydantic python-dotenv google-genai huggingface-hub
|
| 10 |
|
| 11 |
ENV PORT=7860
|
| 12 |
EXPOSE 7860
|
|
|
|
| 6 |
# App deps only (no LaTeX)
|
| 7 |
RUN python -m pip install --upgrade pip && \
|
| 8 |
python -m pip install --no-cache-dir \
|
| 9 |
+
fastapi "uvicorn[standard]" pydantic python-dotenv google-genai openai huggingface-hub
|
| 10 |
|
| 11 |
ENV PORT=7860
|
| 12 |
EXPOSE 7860
|