Skip to content

Commit

Permalink
Merge pull request guangzhengli#44 from guangzhengli/multi-files-support
Browse files Browse the repository at this point in the history
multi files support
  • Loading branch information
guangzhengli authored Apr 17, 2023
2 parents bb07490 + bbf34a4 commit 2bd7b5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chatfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
FROM python:3.8-slim-buster

RUN sudo apt-get install gcc

WORKDIR /app

COPY requirements.txt ./


RUN pip install -r requirements.txt

COPY . .
Expand Down

0 comments on commit 2bd7b5d

Please sign in to comment.