MattVsTheWorld commited on
Commit
f9ca53a
·
1 Parent(s): d4f1142

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM heartexlabs/label-studio:hf-1.15.0
2
 
3
  ################################################################################
4
  #
@@ -10,7 +10,7 @@ FROM heartexlabs/label-studio:hf-1.15.0
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
@@ -51,7 +51,7 @@ FROM heartexlabs/label-studio:hf-1.15.0
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
 
1
+ FROM heartexlabs/label-studio:hf-latest
2
 
3
  ################################################################################
4
  #
 
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
 
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