Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -4
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,6 +12,3 @@ 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
|
15 |
-
|
16 |
-
|
17 |
-
CMD "/bin/bash -c 'echo $CREATOR_USER_ID'"
|
|
|
1 |
# Related PR https://github.com/argilla-io/argilla/pull/5467
|
2 |
+
FROM argilladev/argilla-hf-spaces:releases-2.3.0
|
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
|
|
|
|
|
|