drmjh commited on
Commit
087ebad
·
1 Parent(s): 887b0c1

docker changes

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -10,7 +10,7 @@ FROM heartexlabs/label-studio:hf-latest
10
  # access to your space to only authorized users. Uncomment the following line
11
  # to disable public account creation for this space.
12
  #
13
- # ENV LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true
14
  #
15
  # Set secrets in your space to create an inital user, and log in with your
16
  # provided username and password. Do not set these in your Dockerfile, as they
@@ -50,8 +50,8 @@ FROM heartexlabs/label-studio:hf-latest
50
  # By default, persistent storage is mounted to /data. In your Space settings,
51
  # set the following variables:
52
  #
53
- # LABEL_STUDIO_BASE_DATA_DIR=/data
54
- # ENV STORAGE_PERSISTENCE=1
55
  #
56
  # Your space will restart. NOTE: if you have existing settings and data,
57
  # they will be lost in this first restart. Data and setting will only be
 
10
  # access to your space to only authorized users. Uncomment the following line
11
  # to disable public account creation for this space.
12
  #
13
+ ENV LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=true
14
  #
15
  # Set secrets in your space to create an inital user, and log in with your
16
  # provided username and password. Do not set these in your Dockerfile, as they
 
50
  # By default, persistent storage is mounted to /data. In your Space settings,
51
  # set the following variables:
52
  #
53
+ ENV LABEL_STUDIO_BASE_DATA_DIR=/data
54
+ ENV STORAGE_PERSISTENCE=1
55
  #
56
  # Your space will restart. NOTE: if you have existing settings and data,
57
  # they will be lost in this first restart. Data and setting will only be