jammss commited on
Commit
e0604f8
·
verified ·
1 Parent(s): 0f49879

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,6 +3,6 @@ WORKDIR /app
3
  RUN apt-get update && apt-get install -y git
4
  RUN git clone https://github.com/modenwenda/Telegram-Chatbot-Gpt4Free
5
  RUN pip install hnswlib
6
- RUN pip install --no-cache-dir -r requirements.txt
7
  EXPOSE 80
8
  CMD ["python", "main.py"]
 
3
  RUN apt-get update && apt-get install -y git
4
  RUN git clone https://github.com/modenwenda/Telegram-Chatbot-Gpt4Free
5
  RUN pip install hnswlib
6
+ RUN pip install -r requirements.txt
7
  EXPOSE 80
8
  CMD ["python", "main.py"]