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