Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|