cdleong commited on
Commit
d5bd6ea
·
verified ·
1 Parent(s): d30fedc

Rebuild again!

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY requirements.txt ./
13
  COPY src/ ./src/
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
 
 
13
  COPY src/ ./src/
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