Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -8,8 +8,7 @@ RUN mkdir -p /tmp && chmod 1777 /tmp
|
|
8 |
RUN chmod -Rc 775 /app
|
9 |
|
10 |
# TMPDIR 환경변수를 지정하여 pip install 실행
|
11 |
-
RUN TMPDIR=/tmp pip install --upgrade pip && TMPDIR=/tmp pip install
|
12 |
-
RUN pip install -U langchain-community
|
13 |
|
14 |
EXPOSE 8500
|
15 |
|
|
|
8 |
RUN chmod -Rc 775 /app
|
9 |
|
10 |
# TMPDIR 환경변수를 지정하여 pip install 실행
|
11 |
+
RUN TMPDIR=/tmp pip install --upgrade pip && TMPDIR=/tmp pip install -r requirements.txt -U
|
|
|
12 |
|
13 |
EXPOSE 8500
|
14 |
|