Spaces:
Sleeping
Sleeping
Trigger a reclone and rebuild
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -13,10 +13,13 @@ COPY requirements.txt ./
|
|
13 |
COPY src/ ./src/
|
14 |
|
15 |
RUN pip3 install -r requirements.txt
|
|
|
|
|
16 |
RUN git clone -b datasets_to_dataframes https://github.com/cleong110/pose-evaluation.git
|
17 |
RUN pip install -e pose-evaluation/
|
18 |
|
19 |
|
|
|
20 |
EXPOSE 8501
|
21 |
|
22 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
|
|
13 |
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 |
|
21 |
|
22 |
+
|
23 |
EXPOSE 8501
|
24 |
|
25 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|