Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
FROM argilladev/argilla-hf-spaces:
|
2 |
-
|
3 |
|
4 |
# Copy the auth config section
|
5 |
COPY .oauth.yaml /home/argilla/
|
|
|
1 |
+
FROM argilladev/argilla-hf-spaces:releases-2.0.1
|
|
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|