Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse filesJust triggering a rebuild
- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,7 @@ COPY src/ ./src/
|
|
| 13 |
|
| 14 |
RUN pip3 install -r requirements.txt
|
| 15 |
RUN pwd
|
|
|
|
| 16 |
RUN git clone -b datasets_to_dataframes https://github.com/cleong110/pose-evaluation.git
|
| 17 |
RUN pip install -e pose-evaluation/
|
| 18 |
|
|
|
|
| 13 |
|
| 14 |
RUN pip3 install -r requirements.txt
|
| 15 |
RUN pwd
|
| 16 |
+
RUN ls -alh
|
| 17 |
RUN git clone -b datasets_to_dataframes https://github.com/cleong110/pose-evaluation.git
|
| 18 |
RUN pip install -e pose-evaluation/
|
| 19 |
|