Skip to content

Commit 0b07251

Browse files
authored
Merge pull request #712 from Labelbox/jtso/dockerfix
[AL-0] update docker
2 parents aa0c471 + 2a13e26 commit 0b07251

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ RUN apt install -y libsm6 \
1010
libgl1-mesa-glx \
1111
libgeos-dev
1212

13-
WORKDIR /usr/src/labelbox
14-
COPY requirements.txt /usr/src/labelbox
13+
WORKDIR /usr/src/
14+
COPY requirements.txt /usr/src/
1515
RUN pip install -r requirements.txt
16-
COPY setup.py README.md /usr/src/labelbox/
17-
COPY labelbox /usr/src/labelbox/
16+
COPY . /usr/src/
1817

1918
RUN python setup.py install

0 commit comments

Comments
 (0)