Brianpuz commited on
Commit
ff0f659
·
verified ·
1 Parent(s): 81d0cf3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -42,8 +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]" "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
 
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