michaelfeil commited on
Commit
18bd839
1 Parent(s): 811f25a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
  COPY . .
7
 
8
  RUN pip3 install --upgrade pip && \
9
- pip install --no-cache-dir infinity-emb[all]==0.0.60
10
 
11
 
12
  CMD ["sh", "start-infinity-emb.sh"]
 
6
  COPY . .
7
 
8
  RUN pip3 install --upgrade pip && \
9
+ pip install --no-cache-dir infinity-emb[all]==0.0.63
10
 
11
 
12
  CMD ["sh", "start-infinity-emb.sh"]