Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,6 @@ FROM python:3.11-slim
|
|
| 3 |
ENV PYTHONDONTWRITEBYTECODE=1
|
| 4 |
ENV PYTHONUNBUFFERED=1
|
| 5 |
ENV PORT=7860
|
| 6 |
-
ENV MODEL_ID=google/gemma-3-1b-it
|
| 7 |
ENV MAX_NEW_TOKENS=12
|
| 8 |
ENV INTENTS=same_path,change_path,greeting,pricing,booking,complaint,follow_up,other
|
| 9 |
|
|
|
|
| 3 |
ENV PYTHONDONTWRITEBYTECODE=1
|
| 4 |
ENV PYTHONUNBUFFERED=1
|
| 5 |
ENV PORT=7860
|
|
|
|
| 6 |
ENV MAX_NEW_TOKENS=12
|
| 7 |
ENV INTENTS=same_path,change_path,greeting,pricing,booking,complaint,follow_up,other
|
| 8 |
|