derek-thomas HF staff commited on
Commit
60e4a25
1 Parent(s): d9d4912

Updating to latest

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Start from the TGI base image
2
- FROM ghcr.io/huggingface/text-generation-inference:2.0 as base
3
 
4
  # Remove any third-party apt sources to avoid issues with expiring keys.
5
  # Install some basic utilities
 
1
+ # Start from the TGI base image. Im using latest to keep up. If you dont like it make an issue so I know 🤗
2
+ FROM ghcr.io/huggingface/text-generation-inference:latest as base
3
 
4
  # Remove any third-party apt sources to avoid issues with expiring keys.
5
  # Install some basic utilities