AISimplyExplained commited on
Commit
2a8babd
·
verified ·
1 Parent(s): 310446a

Create Dockerfile

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