derek-thomas HF staff commited on
Commit
c349f19
1 Parent(s): 00d7f53

Updating initial image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Start from the TGI base image
2
- FROM [Your TGI Base Image] as base
3
 
4
  # Install JupyterLab
5
  # Note: Ensure Python is installed in the base image. If not, you will need to install it.
 
1
  # Start from the TGI base image
2
+ FROM ghcr.io/huggingface/text-generation-inference:1.3 as base
3
 
4
  # Install JupyterLab
5
  # Note: Ensure Python is installed in the base image. If not, you will need to install it.