forked from phoenix/litellm-mirror
(chore) remove old dockerfile
This commit is contained in:
parent
d1af0af7bf
commit
fd7f17b11b
1 changed files with 0 additions and 10 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,10 +0,0 @@
|
||||||
FROM python:3.10
|
|
||||||
|
|
||||||
COPY . /app
|
|
||||||
WORKDIR /app
|
|
||||||
RUN pip install -r requirements.txt
|
|
||||||
|
|
||||||
WORKDIR /app/litellm_server
|
|
||||||
EXPOSE $PORT
|
|
||||||
|
|
||||||
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT
|
|
Loading…
Add table
Add a link
Reference in a new issue