Spaces:
Running
Running
Isolate chat prefix cache by conversation
Browse files- Dockerfile +1 -1
- __pycache__/app.cpython-313.pyc +0 -0
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ WORKDIR /home/user/app
|
|
| 24 |
|
| 25 |
RUN pip install --upgrade pip setuptools wheel \
|
| 26 |
&& pip install torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu \
|
| 27 |
-
&& pip install git+https://github.com/Complexity-ML/vllm-i64.git@
|
| 28 |
|
| 29 |
COPY --chown=user:user app.py /home/user/app/app.py
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
RUN pip install --upgrade pip setuptools wheel \
|
| 26 |
&& pip install torch==2.7.1 --index-url https://download.pytorch.org/whl/cpu \
|
| 27 |
+
&& pip install git+https://github.com/Complexity-ML/vllm-i64.git@10263d8
|
| 28 |
|
| 29 |
COPY --chown=user:user app.py /home/user/app/app.py
|
| 30 |
|
__pycache__/app.cpython-313.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-313.pyc and b/__pycache__/app.cpython-313.pyc differ
|
|
|