edwagbb commited on
Commit
a50ec54
·
verified ·
1 Parent(s): 646d7f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -6
Dockerfile CHANGED
@@ -1,7 +1,3 @@
1
- FROM ollama/ollama
2
 
3
- RUN apt update && apt install -y python3 && apt install -y python3-pip
4
- RUN pip3 install litellm
5
- RUN pip3 install 'litellm[proxy]'
6
-
7
- ENTRYPOINT ["litellm", "--model", "ollama/qwen:0.5b-chat", "--port", "7860","--drop_params"]
 
1
+ FROM browserless/chrome:latest
2
 
3
+ ENV PORT 7860