Spaces:
Runtime error
Runtime error
Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM huggingface/accelerate:cpu-nightly
|
2 |
+
|
3 |
+
RUN echo "Hello world!"
|