wolfofbackstreet commited on
Commit
dfc0edd
·
verified ·
1 Parent(s): 9578699

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ ENV HOME=/home/user PATH=/home/user/.local/bin:$PATH
10
  RUN pip install --no-cache-dir -r requirements.txt
11
  EXPOSE 7860
12
  ENV GRADIO_SERVER_NAME="0.0.0.0"
13
- CMD ["python", "cmd_helper.py"]
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11
  EXPOSE 7860
12
  ENV GRADIO_SERVER_NAME="0.0.0.0"
13
+ CMD ["python", "melotts_training.py"]