Commit
•
7e2fc6c
1
Parent(s):
2535c70
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilla/argilla-quickstart:v1.
|
2 |
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
@@ -17,4 +17,4 @@ ENV LOAD_DATASETS=single
|
|
17 |
#
|
18 |
#ENV ARGILLA_WORKSPACE="team"
|
19 |
|
20 |
-
CMD /start_quickstart_argilla.sh
|
|
|
1 |
+
FROM argilla/argilla-quickstart:v1.17.0
|
2 |
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
|
|
17 |
#
|
18 |
#ENV ARGILLA_WORKSPACE="team"
|
19 |
|
20 |
+
CMD ["/bin/bash", "start_quickstart_argilla.sh"]
|