Spaces:
Sleeping
Sleeping
Install pose-eval
Browse files- 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
|