Soveea commited on
Commit
071612b
·
verified ·
1 Parent(s): c994f88

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,5 +1,4 @@
1
- FROM ghcr.io/sov-potato/hajimi:0.3.4
2
-
3
  EXPOSE 7860
4
 
5
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
1
+ FROM ghcr.io/sov-potato/hajimi:latest
 
2
  EXPOSE 7860
3
 
4
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]