Spaces:
Running
Running
Update Dockerfile
Browse files- 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:
|
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"
|