Neurolingua commited on
Commit
ed0fe3a
1 Parent(s): 90742c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,4 +1,6 @@
1
  FROM python:3.9-slim
 
 
2
 
3
  RUN apt-get update && apt-get install -y \
4
  libgl1-mesa-glx \
 
1
  FROM python:3.9-slim
2
+ RUN pip install --no-cache-dir --upgrade pip
3
+ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
4
 
5
  RUN apt-get update && apt-get install -y \
6
  libgl1-mesa-glx \