Spaces:
Sleeping
Sleeping
cdborinstein commited on
Commit ·
69f8f8e
1
Parent(s): 8971251
Fix: add argilla package to Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@ FROM argilla/argilla-server:latest
|
|
| 2 |
|
| 3 |
# Install additional dependencies
|
| 4 |
USER root
|
| 5 |
-
RUN pip install huggingface_hub datasets
|
| 6 |
|
| 7 |
# Create exports directory
|
| 8 |
RUN mkdir -p /exports && chmod 777 /exports
|
|
|
|
| 2 |
|
| 3 |
# Install additional dependencies
|
| 4 |
USER root
|
| 5 |
+
RUN pip install huggingface_hub datasets argilla
|
| 6 |
|
| 7 |
# Create exports directory
|
| 8 |
RUN mkdir -p /exports && chmod 777 /exports
|