Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Create `/data` directory always and set `ARGILLA_HOME_PATH`
#6
by
gabrielmbmb
HF staff
- opened
- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM argilla/argilla-quickstart:v1.10.0
|
2 |
|
|
|
|
|
3 |
|
4 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
5 |
ENV LOAD_DATASETS=single
|
|
|
1 |
FROM argilla/argilla-quickstart:v1.10.0
|
2 |
|
3 |
+
RUN mkdir /data
|
4 |
+
ENV ARGILLA_HOME_PATH=/data/argilla
|
5 |
|
6 |
# Define datasets to preload: full=all datasets, single=one dataset, and none=no datasets.
|
7 |
ENV LOAD_DATASETS=single
|