Update Dockerfile
Browse files- 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"]
|