Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -40,11 +40,13 @@ RUN pip install --no-cache-dir --upgrade auralis gradio
|
|
| 40 |
# RUN rm test.txt
|
| 41 |
|
| 42 |
# Expose the required port
|
| 43 |
-
EXPOSE 7860
|
| 44 |
|
| 45 |
# Start the Gradio app from the repository
|
| 46 |
#CMD ["python", "examples/gradio_example.py"]
|
| 47 |
|
| 48 |
COPY ./app.py /home/user/app/app.py
|
| 49 |
|
|
|
|
|
|
|
| 50 |
CMD ["python", "app.py"]
|
|
|
|
| 40 |
# RUN rm test.txt
|
| 41 |
|
| 42 |
# Expose the required port
|
| 43 |
+
#EXPOSE 7860
|
| 44 |
|
| 45 |
# Start the Gradio app from the repository
|
| 46 |
#CMD ["python", "examples/gradio_example.py"]
|
| 47 |
|
| 48 |
COPY ./app.py /home/user/app/app.py
|
| 49 |
|
| 50 |
+
EXPOSE 7860
|
| 51 |
+
|
| 52 |
CMD ["python", "app.py"]
|