Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -7,8 +7,6 @@ WORKDIR /app
|
|
| 7 |
# Copy files
|
| 8 |
COPY . /app
|
| 9 |
|
| 10 |
-
# Install dependencies
|
| 11 |
-
RUN pip install --no-cache-dir fastapi uvicorn torch transformers sentence-transformers faiss-cpu
|
| 12 |
|
| 13 |
# Expose API port
|
| 14 |
EXPOSE 8000
|
|
|
|
| 7 |
# Copy files
|
| 8 |
COPY . /app
|
| 9 |
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# Expose API port
|
| 12 |
EXPOSE 8000
|