Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
-
|
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
|