rodrigomasini commited on
Commit
cd28f5a
·
verified ·
1 Parent(s): 73bf67d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  # Use the official TEI Image
2
  # for cpu-1.0 you can use https://huggingface.co/mxbai-embed-large-v1
3
- FROM ghcr.io/huggingface/text-embeddings-inference:86-1.2
4
 
5
  # Install required packages
6
  RUN apt-get update && \
 
1
  # Use the official TEI Image
2
  # for cpu-1.0 you can use https://huggingface.co/mxbai-embed-large-v1
3
+ FROM ghcr.io/huggingface/text-embeddings-inference:turing-1.2
4
 
5
  # Install required packages
6
  RUN apt-get update && \