reach-vb HF Staff commited on
Commit
b0ed6c0
·
verified ·
1 Parent(s): 23753b7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
40
  pyenv global ${PYTHON_VERSION} && \
41
  pyenv rehash && \
42
  pip install --no-cache-dir -U pip setuptools wheel && \
43
- pip install "huggingface-hub" "hf-transfer" "gradio[oauth]<=4.50.0" "gradio_huggingfacehub_search==0.0.8" "APScheduler"
44
 
45
  COPY --chown=1000 . ${HOME}/app
46
  RUN git clone https://github.com/ggerganov/llama.cpp
 
40
  pyenv global ${PYTHON_VERSION} && \
41
  pyenv rehash && \
42
  pip install --no-cache-dir -U pip setuptools wheel && \
43
+ pip install "huggingface-hub" "hf-transfer" "gradio[oauth]" "gradio_huggingfacehub_search" "APScheduler"
44
 
45
  COPY --chown=1000 . ${HOME}/app
46
  RUN git clone https://github.com/ggerganov/llama.cpp