Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -11,6 +11,8 @@ ENV PATH="/app/env/bin:$PATH"
|
|
11 |
RUN pip install --no-cache-dir --upgrade pip
|
12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
13 |
|
|
|
|
|
14 |
EXPOSE 7860
|
15 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
16 |
CMD ["python", "app.py"]
|
|
|
11 |
RUN pip install --no-cache-dir --upgrade pip
|
12 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
13 |
|
14 |
+
RUN touch tmp.pl && chmod 666 tmp.pl
|
15 |
+
|
16 |
EXPOSE 7860
|
17 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
18 |
CMD ["python", "app.py"]
|