Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -124,5 +124,6 @@ ENV STORAGE_PERSISTENCE=1
|
|
| 124 |
#
|
| 125 |
################################################################################
|
| 126 |
|
| 127 |
-
RUN su root && apt-get update
|
|
|
|
| 128 |
CMD exec label-studio --host=$SPACE_HOST
|
|
|
|
| 124 |
#
|
| 125 |
################################################################################
|
| 126 |
|
| 127 |
+
#RUN su root && apt-get update
|
| 128 |
+
RUN echo $SPACE_HOST
|
| 129 |
CMD exec label-studio --host=$SPACE_HOST
|