Yakova commited on
Commit
8154a46
·
verified ·
1 Parent(s): 48fb47f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN pip install uvicorn fastapi huggingface-hub==0.23.2
9
  RUN chown -R admin:admin /srv
10
  RUN chmod 755 /srv
11
  USER admin
12
- CMD python -m uvicorn NeMo-Forced-Aligner.web:app --workers 4 --host 0.0.0.0 --port 7860
13
 
14
  # Expose port
15
  EXPOSE 7860
 
9
  RUN chown -R admin:admin /srv
10
  RUN chmod 755 /srv
11
  USER admin
12
+ CMD python NeMo-Forced-Aligner/web
13
 
14
  # Expose port
15
  EXPOSE 7860