cdleong commited on
Commit
fd8ea4f
·
verified ·
1 Parent(s): 676ef66

Trigger another clone and build

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