Spaces:
Running
on
A10G
Running
on
A10G
Update Dockerfile
#175
by
reach-vb
HF Staff
- opened
- 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]
|
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
|