Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -11
Dockerfile
CHANGED
@@ -1,11 +1 @@
|
|
1 |
-
FROM argilladev/
|
2 |
-
# FROM argilla/argilla-hf-spaces:latest
|
3 |
-
|
4 |
-
COPY . /home/argilla/
|
5 |
-
|
6 |
-
ENV UVICORN_LOG_CONFIG=/home/argilla/log_config.yaml
|
7 |
-
|
8 |
-
# ENV ARGILLA_DATABASE_SQLITE_TIMEOUT=10
|
9 |
-
|
10 |
-
# Uncoment this line to remove the persistence storage warning
|
11 |
-
#ENV ARGILLA_SHOW_HUGGINGFACE_SPACE_PERSISTENT_STORAGE_WARNING=false
|
|
|
1 |
+
FROM argilladev/synt-generator:latest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|