Merge remote-tracking branch 'origin/main'
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
# Start from the TGI base image
|
| 2 |
-
FROM ghcr.io/huggingface/text-generation-inference:
|
| 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
|