Spaces:
Sleeping
Sleeping
michaelfeil
commited on
Commit
•
811f25a
1
Parent(s):
d743548
Update Dockerfile
Browse files- 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]
|
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.60
|
10 |
|
11 |
|
12 |
CMD ["sh", "start-infinity-emb.sh"]
|