Spaces:
Build error
Build error
version bump to latest
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/app/.npm \
|
|
| 45 |
|
| 46 |
RUN npm run build
|
| 47 |
|
| 48 |
-
FROM ghcr.io/huggingface/text-generation-inference:
|
| 49 |
|
| 50 |
ARG MODEL_NAME
|
| 51 |
ARG MODEL_PARAMS
|
|
|
|
| 45 |
|
| 46 |
RUN npm run build
|
| 47 |
|
| 48 |
+
FROM ghcr.io/huggingface/text-generation-inference:latest
|
| 49 |
|
| 50 |
ARG MODEL_NAME
|
| 51 |
ARG MODEL_PARAMS
|