Spaces:
Runtime error
Runtime error
added starlette-session
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -39,7 +39,8 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
| 39 |
pyenv rehash && \
|
| 40 |
pip install --no-cache-dir -U pip setuptools wheel && \
|
| 41 |
pip install "huggingface-hub" "hf-transfer" "gradio[oauth]>=4.28.0" "gradio_huggingfacehub_search==0.0.7" "APScheduler" && \
|
| 42 |
-
pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly-cpu mlc-ai-nightly-cpu
|
|
|
|
| 43 |
|
| 44 |
COPY --chown=1000 . ${HOME}/app
|
| 45 |
|
|
|
|
| 39 |
pyenv rehash && \
|
| 40 |
pip install --no-cache-dir -U pip setuptools wheel && \
|
| 41 |
pip install "huggingface-hub" "hf-transfer" "gradio[oauth]>=4.28.0" "gradio_huggingfacehub_search==0.0.7" "APScheduler" && \
|
| 42 |
+
pip install --pre -U -f https://mlc.ai/wheels mlc-llm-nightly-cpu mlc-ai-nightly-cpu && \
|
| 43 |
+
pip install "starlette-session"
|
| 44 |
|
| 45 |
COPY --chown=1000 . ${HOME}/app
|
| 46 |
|