Spaces:
Running
Running
Update docker
Browse files
docker
CHANGED
@@ -20,9 +20,5 @@ EXPOSE 8501
|
|
20 |
ENV STREAMLIT_SERVER_PORT=8501 \
|
21 |
STREAMLIT_SERVER_ADDRESS=0.0.0.0 \
|
22 |
PYTHONUNBUFFERED=1
|
23 |
-
|
24 |
-
cmd ["curl","https://ollama.com/install.sh","|","sh."]
|
25 |
-
|
26 |
-
cmd ["Ollama","pull","llama3:latest"]
|
27 |
# Command to run the Streamlit app
|
28 |
CMD ["streamlit", "run", "app.py"]
|
|
|
20 |
ENV STREAMLIT_SERVER_PORT=8501 \
|
21 |
STREAMLIT_SERVER_ADDRESS=0.0.0.0 \
|
22 |
PYTHONUNBUFFERED=1
|
|
|
|
|
|
|
|
|
23 |
# Command to run the Streamlit app
|
24 |
CMD ["streamlit", "run", "app.py"]
|