Theivaprakasham commited on
Commit
e805350
·
verified ·
1 Parent(s): d9e02c7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ ENV XDG_CACHE_HOME=/tmp/cache
13
  RUN mkdir -p /tmp/matplotlib_config /tmp/cache/fontconfig && \
14
  chmod -R 777 /tmp/matplotlib_config /tmp/cache
15
 
16
- RUN pip install --upgrade pip
17
 
18
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
19
 
 
13
  RUN mkdir -p /tmp/matplotlib_config /tmp/cache/fontconfig && \
14
  chmod -R 777 /tmp/matplotlib_config /tmp/cache
15
 
16
+ RUN pip install --upgrade pip setuptools wheel
17
 
18
  RUN pip install --no-cache-dir -r requirements.txt --upgrade
19