hugging2021 commited on
Commit
c623396
·
verified ·
1 Parent(s): 22e2be2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ COPY . /app
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
11
 
12
  EXPOSE 8500
13
 
 
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