mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-06 02:46:40 +00:00
Update Dockerfile
This commit is contained in:
parent
2d456abaa5
commit
b968727836
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:latest
|
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
git \
|
git \
|
||||||
@ -12,10 +12,8 @@ COPY . /app
|
|||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
EXPOSE 3306
|
EXPOSE 7860
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
CMD ["python", "pilot/server/llmserver.py"]
|
CMD ["python", "pilot/server/llmserver.py"]
|
||||||
CMD ["python", "pilot/server/webserver.py"]
|
CMD ["python", "pilot/server/webserver.py"]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user