Spaces:
Runtime error
Runtime error
github-actions[bot] commited on
Commit ·
16c3839
0
Parent(s):
init
Browse files- Dockerfile +2 -0
- README.md +8 -0
Dockerfile
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# syntax=docker/dockerfile:1.4
|
| 2 |
+
FROM ghcr.io/drengskapur/generic:v1.0.0
|
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: LightningRound!
|
| 3 |
+
emoji: ⚡
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
+
sdk: docker
|
| 7 |
+
disable_embedding: true
|
| 8 |
+
---
|