meg HF staff commited on
Commit
33786a0
·
verified ·
1 Parent(s): 715553f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,7 +47,7 @@ RUN --mount=type=secret,id=DATACOMP_TOKEN
47
 
48
  # Could also use CMD. Example:
49
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
50
- ENTRYPOINT ["app:/train.sh"]
51
 
52
 
53
 
 
47
 
48
  # Could also use CMD. Example:
49
  # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
50
+ ENTRYPOINT ["/train.sh"]
51
 
52
 
53