Skip to content

Commit

Permalink
chore: fix chatfiles image
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Apr 17, 2023
1 parent 4bc6841 commit ef8618e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chatfiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
FROM python:3.8-slim-buster

RUN apt-get install gcc
FROM python:3.8

WORKDIR /app

COPY requirements.txt ./


RUN pip install -r requirements.txt

COPY . .
Expand Down

0 comments on commit ef8618e

Please sign in to comment.