Spaces:
Sleeping
Sleeping
Commit
•
9a45c70
1
Parent(s):
b06d11a
Using the proper Docker image (#1)
Browse files- Using the proper Docker image (141e00ee584c2e93ea9b33d7171972796c2be7f8)
Co-authored-by: Francisco Aranda <frascuchon@users.noreply.huggingface.co>
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilladev/argilla-
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
|
|
1 |
+
FROM argilladev/argilla-hf-spaces:pr-5422
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|