Skip to content

Commit

Permalink
Correct Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Apr 26, 2023
1 parent 7e858de commit b8bfe30
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 b8bfe30

Please sign in to comment.