hugging2021 commited on
Commit
5a7c2d3
·
verified ·
1 Parent(s): 7f6613e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN chmod -Rc 775 /app
12
 
13
  # TMPDIR 환경변수를 지정하여 pip install 실행
14
  #RUN TMPDIR=/tmp pip install pip==24.1
15
- RUN TMPDIR=/tmp pip install --upgrade pip && TMPDIR=/tmp pip install -r requirements.txt --force-reinstall
16
 
17
  EXPOSE 8500
18
 
 
12
 
13
  # TMPDIR 환경변수를 지정하여 pip install 실행
14
  #RUN TMPDIR=/tmp pip install pip==24.1
15
+ #RUN TMPDIR=/tmp pip install --upgrade pip && TMPDIR=/tmp pip install -r requirements.txt --force-reinstall
16
 
17
  EXPOSE 8500
18