mememechez commited on
Commit
eaac964
·
1 Parent(s): 7207e27

Fix requirements parse; bind gunicorn to

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +0 -0
Dockerfile CHANGED
@@ -12,4 +12,4 @@ COPY . .
12
  EXPOSE 7860
13
  ENV ASR_MODEL_ID="Systran/faster-distil-whisper-large-v3"
14
  ENV CT2_USE_CUDA="0"
15
- CMD bash -lc "gunicorn -b 0.0.0.0:7860 --workers 1 --timeout 120 home.chezy.golem_flask_server:app"
 
12
  EXPOSE 7860
13
  ENV ASR_MODEL_ID="Systran/faster-distil-whisper-large-v3"
14
  ENV CT2_USE_CUDA="0"
15
+ CMD bash -lc "gunicorn -b 0.0.0.0:${PORT:-7860} --workers 1 --timeout 120 home.chezy.golem_flask_server:app"
requirements.txt CHANGED
File without changes