Spaces:
AHC-Devs
/
Running on CPU Upgrade

tsphan commited on
Commit
92aa835
·
verified ·
1 Parent(s): 0c38c47

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM heartexlabs/label-studio:hf-latest
2
-
3
  ################################################################################
4
  #
5
  # How to Disable Public Account Creation
@@ -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
 
1
  FROM heartexlabs/label-studio:hf-latest
2
+ RUN apt-get update && apt-get install -y git
3
  ################################################################################
4
  #
5
  # How to Disable Public Account Creation
 
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