Spaces:
Runtime error
Runtime error
Upload Dockerfile
Browse files- 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", "
|
|
|
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"]
|