rawsecret commited on
Commit
f65c73d
·
1 Parent(s): 38e9106

fix: add persistent storage

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,7 +50,7 @@ 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,
 
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,