Spaces:
Sleeping
Sleeping
Commit ·
9921b4a
1
Parent(s): 92d5692
feat: remove lock
Browse files- Dockerfile +2 -1
- poetry.lock +0 -0
Dockerfile
CHANGED
|
@@ -14,7 +14,8 @@ COPY src/ ./src/
|
|
| 14 |
RUN pip3 install poetry==2.1.3
|
| 15 |
# COPY requirements.txt ./
|
| 16 |
# RUN pip3 install -r requirements.txt
|
| 17 |
-
|
|
|
|
| 18 |
RUN poetry install
|
| 19 |
|
| 20 |
EXPOSE 8501
|
|
|
|
| 14 |
RUN pip3 install poetry==2.1.3
|
| 15 |
# COPY requirements.txt ./
|
| 16 |
# RUN pip3 install -r requirements.txt
|
| 17 |
+
# poetry.lock
|
| 18 |
+
COPY pyproject.toml README.md /app
|
| 19 |
RUN poetry install
|
| 20 |
|
| 21 |
EXPOSE 8501
|
poetry.lock
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|