hugging2021 commited on
Commit
8aeb577
·
verified ·
1 Parent(s): e3fafe9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN mkdir -p /tmp && chmod 1777 /tmp
8
 
9
  # TMPDIR 환경변수를 지정하여 pip install 실행
10
  RUN TMPDIR=/tmp pip install --upgrade pip && TMPDIR=/tmp pip install --no-cache-dir -r requirements.txt -U
 
11
 
12
  EXPOSE 8500
13
 
 
8
 
9
  # TMPDIR 환경변수를 지정하여 pip install 실행
10
  RUN TMPDIR=/tmp pip install --upgrade pip && TMPDIR=/tmp pip install --no-cache-dir -r requirements.txt -U
11
+ RUN pip install -U langchain-community
12
 
13
  EXPOSE 8500
14