Upload Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
FROM ghcr.io/imputnet/cobalt:latest
|
| 2 |
|
|
|
|
|
|
|
|
|
|
| 3 |
# HuggingFace uses port 7860
|
| 4 |
ENV API_PORT=7860
|
| 5 |
ENV API_LISTEN_ADDRESS=0.0.0.0
|
|
|
|
| 1 |
FROM ghcr.io/imputnet/cobalt:latest
|
| 2 |
|
| 3 |
+
# API URL - required for Cobalt to start
|
| 4 |
+
ENV API_URL=https://raju014-cobalt-api.hf.space/
|
| 5 |
+
|
| 6 |
# HuggingFace uses port 7860
|
| 7 |
ENV API_PORT=7860
|
| 8 |
ENV API_LISTEN_ADDRESS=0.0.0.0
|