Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -5,8 +5,6 @@ WORKDIR /app
|
|
| 5 |
COPY requirements.txt .
|
| 6 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
|
| 8 |
-
RUN python -c "from huggingface_hub import snapshot_download; snapshot_download('Youmnaaaa/intent-arabert-ff'); snapshot_download('Youmnaaaa/entity-hybrid-ff'); snapshot_download('Youmnaaaa/semantic-search-ff'); print('Models cached!')"
|
| 9 |
-
|
| 10 |
COPY . .
|
| 11 |
|
| 12 |
ENV PORT=7860
|
|
|
|
| 5 |
COPY requirements.txt .
|
| 6 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 7 |
|
|
|
|
|
|
|
| 8 |
COPY . .
|
| 9 |
|
| 10 |
ENV PORT=7860
|