Philips656 commited on
Commit
2c36ffc
·
verified ·
1 Parent(s): 9d09e1f

Delete dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +0 -8
dockerfile DELETED
@@ -1,8 +0,0 @@
1
- FROM calciumion/new-api:latest
2
-
3
- # Hugging Face requires port 7860
4
- ENV PORT=7860
5
- EXPOSE 7860
6
-
7
- # The executable in this image is named new-api
8
- ENTRYPOINT ["/new-api"]