nonhuman commited on
Commit
5023bfa
1 Parent(s): f402ec7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9-slim
2
- RUN git clone https://github.com/SewerLabs1/literouter
3
- WORKDIR "literouter"
4
  RUN apt-get update && \
5
  apt-get install python3
6
  RUN pip install --no-cache-dir -r requirements.txt
 
1
  FROM python:3.9-slim
2
+ RUN git clone https://github.com/mckaywrigley/chatbot-ui
3
+ WORKDIR "chatbot-ui"
4
  RUN apt-get update && \
5
  apt-get install python3
6
  RUN pip install --no-cache-dir -r requirements.txt