Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -7,4 +7,6 @@ COPY load_data.py /
|
|
7 |
|
8 |
RUN pip install argilla[listeners]
|
9 |
|
10 |
-
|
|
|
|
|
|
7 |
|
8 |
RUN pip install argilla[listeners]
|
9 |
|
10 |
+
|
11 |
+
CMD whoami && /start_quickstart_argilla.sh
|
12 |
+
RUN load_data.py
|