Brianpuz commited on
Commit
43ab347
·
verified ·
1 Parent(s): d898f74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -43,6 +43,7 @@ RUN pyenv install ${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
 
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
+ pip install --upgrade gradio
47
 
48
  COPY --chown=1000 . /app
49
  RUN git clone https://github.com/ggerganov/llama.cpp /app/llama.cpp