Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
str20tbl committed Nov 26, 2021
1 parent 31bd21c commit ee1f76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADD cherrypy/supervisord.conf /etc/supervisor/conf.d/supervisord.conf

WORKDIR /opt/marytts-server

RUN pip install --upgrade pip
RUN pip3 install --upgrade pip
RUN pip3 install -r requirements.txt

#RUN mkdir -p /var/log/gunicorn \
Expand Down

0 comments on commit ee1f76a

Please sign in to comment.