xmrt commited on
Commit
e081e60
·
1 Parent(s): 8e2f1a6

docker and app

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN git clone https://github.com/open-mmlab/mmpose.git
15
  RUN ls
16
 
17
  # Change directory to mmpose
18
- WORKDIR /mmpose
19
  RUN ls
20
  RUN pip install -r requirements.txt
21
  RUN pip install -e .
 
15
  RUN ls
16
 
17
  # Change directory to mmpose
18
+ WORKDIR /code/mmpose
19
  RUN ls
20
  RUN pip install -r requirements.txt
21
  RUN pip install -e .