Youmnaaaa commited on
Commit
5ad156b
·
verified ·
1 Parent(s): 5419150

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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