raju014 commited on
Commit
0f8f338
·
verified ·
1 Parent(s): 249f6c1

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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