Spaces:
Sleeping
Sleeping
Rebuild again!
Browse files- 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 |
-
|
| 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 |
|