Spaces:
Runtime error
Runtime error
jerukperas
commited on
Commit
•
1399419
1
Parent(s):
6fa344f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,5 +9,5 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
9 |
|
10 |
WORKDIR /infinity_emb
|
11 |
RUN pip install --no-cache-dir -qU pip
|
12 |
-
RUN pip install --no-cache-dir -qU 'infinity-emb[server,cache,logging,einops,torch]'
|
13 |
CMD ["infinity_emb", "v2", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
9 |
|
10 |
WORKDIR /infinity_emb
|
11 |
RUN pip install --no-cache-dir -qU pip
|
12 |
+
RUN pip install --no-cache-dir -qU 'infinity-emb[server,cache,logging,einops,torch,optimum]'
|
13 |
CMD ["infinity_emb", "v2", "--host", "0.0.0.0", "--port", "7860"]
|