Spaces:
Runtime error
Runtime error
Create Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM ghcr.io/imputnet/cobalt:11
|
| 2 |
+
ENV API_URL=https://AISimplyExplained-test.hf.space/
|
| 3 |
+
ENV PORT=7860
|
| 4 |
+
EXPOSE 7860
|