docker and app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN git clone https://github.com/open-mmlab/mmpose.git
|
|
| 15 |
RUN ls
|
| 16 |
|
| 17 |
# Change directory to mmpose
|
| 18 |
-
WORKDIR /mmpose
|
| 19 |
RUN ls
|
| 20 |
RUN pip install -r requirements.txt
|
| 21 |
RUN pip install -e .
|
|
|
|
| 15 |
RUN ls
|
| 16 |
|
| 17 |
# Change directory to mmpose
|
| 18 |
+
WORKDIR /code/mmpose
|
| 19 |
RUN ls
|
| 20 |
RUN pip install -r requirements.txt
|
| 21 |
RUN pip install -e .
|