Yusin commited on
Commit
06bc4c1
1 Parent(s): d2c6a66

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -53,6 +53,8 @@ RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39
53
  && rm ~/miniconda.sh \
54
  && conda clean -ya
55
 
 
 
56
  WORKDIR $HOME/app
57
 
58
  #######################################
 
53
  && rm ~/miniconda.sh \
54
  && conda clean -ya
55
 
56
+ RUN pip install --upgrade pip
57
+
58
  WORKDIR $HOME/app
59
 
60
  #######################################