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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -9,4 +9,7 @@ WORKDIR /LLM-As-Chatbot
9
 
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
 
 
 
12
  CMD ["python", "entry_point.py"]
 
9
 
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
+ ENV HF_HOME=.
13
+ ENV LLMCHAT_APP_MODE=DISCORD
14
+
15
  CMD ["python", "entry_point.py"]