new test dicler
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -15,8 +15,8 @@ RUN git clone https://github.com/open-mmlab/mmpose.git
|
|
15 |
|
16 |
# Change directory to mmpose
|
17 |
WORKDIR /code/mmpose
|
18 |
-
RUN pip install
|
19 |
-
RUN pip install
|
20 |
|
21 |
# How do we change it back with ..
|
22 |
WORKDIR /..
|
|
|
15 |
|
16 |
# Change directory to mmpose
|
17 |
WORKDIR /code/mmpose
|
18 |
+
RUN pip install -r requirements.txt
|
19 |
+
RUN pip install -e .
|
20 |
|
21 |
# How do we change it back with ..
|
22 |
WORKDIR /..
|