Zhofang commited on
Commit
25977da
·
verified ·
1 Parent(s): 16aba51

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -107,4 +107,5 @@ ENV PYTHONUNBUFFERED=1 \
107
  SYSTEM=spaces \
108
  SHELL=/bin/bash
109
 
 
110
  CMD ["python", "user.py"]
 
107
  SYSTEM=spaces \
108
  SHELL=/bin/bash
109
 
110
+ RUN pip install --no-cache-dir --upgrade -r requirements.txt
111
  CMD ["python", "user.py"]