chansung commited on
Commit
c773c17
·
1 Parent(s): e4a1f09

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,6 +7,6 @@ RUN git clone https://github.com/deep-diver/LLM-As-Chatbot.git
7
 
8
  WORKDIR /LLM-As-Chatbot
9
 
10
- RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
12
  CMD ["python", "entry_point.py"]
 
7
 
8
  WORKDIR /LLM-As-Chatbot
9
 
10
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  CMD ["python", "entry_point.py"]