Spaces:
Runtime error
Runtime error
lyangas commited on
Commit ·
7483419
1
Parent(s): a2cee25
fix dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,7 @@ RUN pip install poetry==1.6.0
|
|
| 10 |
RUN poetry config virtualenvs.create false && \
|
| 11 |
poetry install --no-root --no-cache
|
| 12 |
|
|
|
|
| 13 |
COPY ./embedder ./embedder
|
| 14 |
COPY ./classifiers ./classifiers
|
| 15 |
COPY ./required_classes.py ./required_classes.py
|
|
|
|
| 10 |
RUN poetry config virtualenvs.create false && \
|
| 11 |
poetry install --no-root --no-cache
|
| 12 |
|
| 13 |
+
COPY ./helpers ./helpers
|
| 14 |
COPY ./embedder ./embedder
|
| 15 |
COPY ./classifiers ./classifiers
|
| 16 |
COPY ./required_classes.py ./required_classes.py
|