Spaces:
Sleeping
Sleeping
Trigger another clone and build
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -14,7 +14,6 @@ COPY src/ ./src/
|
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
16 |
RUN pwd
|
17 |
-
RUN ls -alh
|
18 |
RUN git clone -b datasets_to_dataframes https://github.com/cleong110/pose-evaluation.git
|
19 |
RUN pip install -e pose-evaluation/
|
20 |
|
|
|
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 |
|