singhdevendra58 commited on
Commit
a554343
·
verified ·
1 Parent(s): abd9e62

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ COPY requirements.txt ./
13
  COPY src/ ./src/
14
 
15
  RUN pip3 install -r requirements.txt
 
16
 
17
  EXPOSE 8501
18
 
 
13
  COPY src/ ./src/
14
 
15
  RUN pip3 install -r requirements.txt
16
+ RUN python3 -c "from sentence_transformers import SentenceTransformer; SentenceTransformer('setu4993/LaBSE')"
17
 
18
  EXPOSE 8501
19