Spaces:
Sleeping
Sleeping
Commit
•
c349f19
1
Parent(s):
00d7f53
Updating initial image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Start from the TGI base image
|
2 |
-
FROM
|
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.
|