xmrt commited on
Commit
1f4efa8
·
1 Parent(s): 26c1c83

new test dicler

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,8 +15,8 @@ RUN git clone https://github.com/open-mmlab/mmpose.git
15
 
16
  # Change directory to mmpose
17
  WORKDIR /code/mmpose
18
- RUN pip install --no-cache-dir --upgrade requirements.txt
19
- RUN pip install --no-cache-dir --upgrade -e .
20
 
21
  # How do we change it back with ..
22
  WORKDIR /..
 
15
 
16
  # Change directory to mmpose
17
  WORKDIR /code/mmpose
18
+ RUN pip install -r requirements.txt
19
+ RUN pip install -e .
20
 
21
  # How do we change it back with ..
22
  WORKDIR /..