AMKCode commited on
Commit
888f274
1 Parent(s): 4b54665

added starlette-session

Browse files
Files changed (1) hide show
  1. 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