Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM argilla/argilla-hf-spaces:v2.8.0
|
| 2 |
|
| 3 |
# Copy the auth config section
|
| 4 |
-
|
| 5 |
|
| 6 |
# Comment this line to disable annotation progress sharing feature
|
| 7 |
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=1
|
|
|
|
| 1 |
FROM argilla/argilla-hf-spaces:v2.8.0
|
| 2 |
|
| 3 |
# Copy the auth config section
|
| 4 |
+
COPY .oauth.yaml /home/argilla/
|
| 5 |
|
| 6 |
# Comment this line to disable annotation progress sharing feature
|
| 7 |
ENV ARGILLA_ENABLE_SHARE_YOUR_PROGRESS=1
|