cdleong commited on
Commit
efe1c9d
·
verified ·
1 Parent(s): 0a886c9

Update Dockerfile

Browse files

Just triggering a rebuild

Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ COPY src/ ./src/
13
 
14
  RUN pip3 install -r requirements.txt
15
  RUN pwd
 
16
  RUN git clone -b datasets_to_dataframes https://github.com/cleong110/pose-evaluation.git
17
  RUN pip install -e pose-evaluation/
18
 
 
13
 
14
  RUN pip3 install -r requirements.txt
15
  RUN pwd
16
+ RUN ls -alh
17
  RUN git clone -b datasets_to_dataframes https://github.com/cleong110/pose-evaluation.git
18
  RUN pip install -e pose-evaluation/
19