cdleong commited on
Commit
875d9ef
·
verified ·
1 Parent(s): c32f8f4

Install pose-eval

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ COPY src/ ./src/
14
 
15
  RUN pip3 install -r requirements.txt
16
  RUN git clone https://github.com/cleong110/pose-evaluation.git
 
17
 
18
 
19
  EXPOSE 8501
 
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
 
20
  EXPOSE 8501