Brianpuz commited on
Commit
6b0bae1
·
verified ·
1 Parent(s): ce92c86

Update Dockerfile

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