Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
FROM registry.huggingface.co/
|
|
|
2 |
|
3 |
USER root
|
4 |
|
|
|
1 |
+
FROM registry.huggingface.co/pytorch/pytorch:latest
|
2 |
+
|
3 |
|
4 |
USER root
|
5 |
|