Spaces:
Runtime error
Runtime error
byroneverson
commited on
Commit
•
6d995f7
1
Parent(s):
18ff4e4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
38 |
pyenv global ${PYTHON_VERSION} && \
|
39 |
pyenv rehash && \
|
40 |
pip install --no-cache-dir -U pip setuptools wheel && \
|
41 |
-
pip install "huggingface-hub" "hf-transfer" "gradio[oauth]>=4.28.0" "gradio_huggingfacehub_search==0.0.7" "APScheduler"
|
42 |
|
43 |
COPY --chown=1000 . ${HOME}/app
|
44 |
RUN git clone https://github.com/ggerganov/llama.cpp
|
|
|
38 |
pyenv global ${PYTHON_VERSION} && \
|
39 |
pyenv rehash && \
|
40 |
pip install --no-cache-dir -U pip setuptools wheel && \
|
41 |
+
pip install "huggingface-hub" "hf-transfer" "gradio[oauth]>=4.28.0" "gradio_huggingfacehub_search==0.0.7" "APScheduler" "tiktoken"
|
42 |
|
43 |
COPY --chown=1000 . ${HOME}/app
|
44 |
RUN git clone https://github.com/ggerganov/llama.cpp
|