frascuchon HF Staff commited on
Commit
2854254
·
verified ·
1 Parent(s): fcd527f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Related PR https://github.com/argilla-io/argilla/pull/5467
2
- FROM argilladev/argilla-hf-spaces:pr-5467
3
 
4
 
5
  # Copy the auth config section
@@ -12,3 +12,6 @@ ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
12
 
13
  # Uncoment this line to remove the persistence storage warning
14
  #ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
 
 
 
 
1
  # Related PR https://github.com/argilla-io/argilla/pull/5467
2
+ FROM argilladev/argilla-hf-spaces:develop
3
 
4
 
5
  # Copy the auth config section
 
12
 
13
  # Uncoment this line to remove the persistence storage warning
14
  #ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
15
+
16
+
17
+ CMD "echo $CREATOR_USER_ID"