forgot to bring over app
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,7 @@ USER root
|
|
| 10 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 12 |
RUN pip install --no-cache-dir --no-deps gradio_huggingfacehub_search
|
|
|
|
| 13 |
EXPOSE 7860
|
| 14 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
| 15 |
|
|
|
|
| 10 |
COPY --chown=user ./requirements.txt requirements.txt
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 12 |
RUN pip install --no-cache-dir --no-deps gradio_huggingfacehub_search
|
| 13 |
+
COPY --chown=user . /app
|
| 14 |
EXPOSE 7860
|
| 15 |
ENV GRADIO_SERVER_NAME="0.0.0.0"
|
| 16 |
|