Skip to content

Commit

Permalink
Merge pull request xtekky#136 from gliptak/patch-1
Browse files Browse the repository at this point in the history
Correct Dockerfile
  • Loading branch information
xtekky authored Apr 26, 2023
2 parents e91e1fb + b8bfe30 commit afcfb8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM python:3.10
FROM python:3.10-slim

RUN apt-get update && apt-get install -y git

RUN git clone https://github.com/xtekky/gpt4free.git
WORKDIR /gpt4free
RUN pip install --no-cache-dir -r requirements.txt
RUN cp gui/streamlit_app.py .

EXPOSE 8501

Expand Down

0 comments on commit afcfb8e

Please sign in to comment.