Skip to content

Commit c8d8b87

Browse files
committed
update docker
1 parent aa0c471 commit c8d8b87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN apt install -y libsm6 \
1313
WORKDIR /usr/src/labelbox
1414
COPY requirements.txt /usr/src/labelbox
1515
RUN pip install -r requirements.txt
16-
COPY setup.py README.md /usr/src/labelbox/
17-
COPY labelbox /usr/src/labelbox/
16+
COPY setup.py README.md /usr/src/labelbox/
17+
COPY labelbox/ /usr/src/labelbox/labelbox/
18+
COPY tests/ /usr/src/labelbox/tests/
1819

1920
RUN python setup.py install

0 commit comments

Comments
 (0)