huseinzol05's picture
Update Dockerfile
0171ff6 verified
raw
history blame contribute delete
No virus
191 Bytes
FROM mesoliticadev/realtime-stt-websocket
RUN useradd -m -u 1000 user
USER user
# Set home to the user's home directory
ENV HOME=/home/user
ENV PORT=7860
ENV LM_ALPHA=0.2
ENV MIN_LENGTH=0.5