Spaces:
Sleeping
Sleeping
Mimi
commited on
Commit
·
2f61f40
1
Parent(s):
39be96e
fix dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && \
|
|
15 |
xargs -r -a /app/packages.txt apt-get install -y && \
|
16 |
rm -rf /var/lib/apt/lists/* && \
|
17 |
pip install --no-cache-dir -r $HOME/app/requirements.txt && \
|
18 |
-
pip install llama-cpp-python
|
19 |
|
20 |
EXPOSE 7860
|
21 |
CMD streamlit run app.py \
|
|
|
15 |
xargs -r -a /app/packages.txt apt-get install -y && \
|
16 |
rm -rf /var/lib/apt/lists/* && \
|
17 |
pip install --no-cache-dir -r $HOME/app/requirements.txt && \
|
18 |
+
pip install llama-cpp-python
|
19 |
|
20 |
EXPOSE 7860
|
21 |
CMD streamlit run app.py \
|