Spaces:
Sleeping
Sleeping
dockerfile fix
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -7,6 +7,7 @@ COPY pyproject.toml /app
|
|
| 7 |
|
| 8 |
RUN pip install --no-cache-dir poetry
|
| 9 |
|
|
|
|
| 10 |
RUN poetry install --no-root
|
| 11 |
|
| 12 |
EXPOSE 7860
|
|
|
|
| 7 |
|
| 8 |
RUN pip install --no-cache-dir poetry
|
| 9 |
|
| 10 |
+
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
|
| 11 |
RUN poetry install --no-root
|
| 12 |
|
| 13 |
EXPOSE 7860
|