Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
codearranger authored Jun 22, 2023
1 parent 2d456ab commit b968727
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM nvidia/cuda:11.8.0-devel-ubuntu22.04

RUN apt-get update && apt-get install -y \
git \
Expand All @@ -12,10 +12,8 @@ COPY . /app

RUN pip install -r requirements.txt

EXPOSE 3306
EXPOSE 7860
EXPOSE 8000

CMD ["python", "pilot/server/llmserver.py"]
CMD ["python", "pilot/server/webserver.py"]


0 comments on commit b968727

Please sign in to comment.