Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -12,7 +12,6 @@ COPY --chown=user ./requirements.txt requirements.txt
|
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 13 |
|
| 14 |
# Download embedding model at build time (cache it)
|
| 15 |
-
RUN python -c "from sentence_transformers import SentenceTransformer; SentenceTransformer('all-MiniLM-L6-v2')"
|
| 16 |
|
| 17 |
# Copy application code
|
| 18 |
COPY --chown=user . /app
|
|
|
|
| 12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 13 |
|
| 14 |
# Download embedding model at build time (cache it)
|
|
|
|
| 15 |
|
| 16 |
# Copy application code
|
| 17 |
COPY --chown=user . /app
|