Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM argilla/argilla-
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|
|
|
1 |
+
FROM docker.io/argilla/argilla-hf-spaces:v2.0.1@sha256:16e11875f8fbd5966f15a84af4cd57117eb6c249b5955c135958ab2f0757d36a
|
2 |
|
3 |
# Copy the auth config section
|
4 |
COPY .oauth.yaml /home/argilla/
|