derek-thomas HF staff commited on
Commit
f0f6c27
1 Parent(s): d58dec3

Trying david's build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
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
 
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 drbh/tgi-lora:latest as base
3
 
4
  # Remove any third-party apt sources to avoid issues with expiring keys.
5
  # Install some basic utilities