cdleong commited on
Commit
cbaa122
·
verified ·
1 Parent(s): 8fe296f

clone specific branch datasets_to_dataframes

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 git clone https://github.com/cleong110/pose-evaluation.git
17
  RUN pip install -e pose-evaluation/
18
 
19
 
 
13
  COPY src/ ./src/
14
 
15
  RUN pip3 install -r requirements.txt
16
+ RUN git clone -b datasets_to_dataframes https://github.com/cleong110/pose-evaluation.git
17
  RUN pip install -e pose-evaluation/
18
 
19