awinml commited on
Commit
866c283
1 Parent(s): 6195fd3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official TEI Image
2
- FROM ghcr.io/huggingface/text-embeddings-inference:cpu-1.1
3
 
4
  # Install required packages
5
  RUN apt-get update && \
 
1
  # Use the official TEI Image
2
+ FROM ghcr.io/huggingface/text-embeddings-inference:cpu-1.0
3
 
4
  # Install required packages
5
  RUN apt-get update && \