Skip to content

Commit

Permalink
fix: fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Apr 17, 2023
1 parent 18812c5 commit bbf34a4
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 bbf34a4

Please sign in to comment.