Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
RUN git clone https://github.com/heartexlabs/label-studio.git
|
|
|
2 |
RUN cd label-studio
|
3 |
RUN pip install -e .
|
4 |
# Run database migrations
|
|
|
1 |
RUN git clone https://github.com/heartexlabs/label-studio.git
|
2 |
+
WORKDIR "label-studio"
|
3 |
RUN cd label-studio
|
4 |
RUN pip install -e .
|
5 |
# Run database migrations
|