xmrt commited on
Commit
65ee622
1 Parent(s): 79e7100

docker and app

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,10 +12,11 @@ RUN mim install mmengine
12
 
13
  RUN git clone https://github.com/open-mmlab/mmpose.git
14
  #COPY . /whatever
 
15
 
16
  # Change directory to mmpose
17
  RUN cd mmpose
18
- RUN pwd
19
  RUN pip install -r requirements.txt
20
  RUN pip install -e .
21
 
 
12
 
13
  RUN git clone https://github.com/open-mmlab/mmpose.git
14
  #COPY . /whatever
15
+ RUN ls
16
 
17
  # Change directory to mmpose
18
  RUN cd mmpose
19
+ RUN ls
20
  RUN pip install -r requirements.txt
21
  RUN pip install -e .
22