Spaces:
Runtime error
Runtime error
Yehor Smoliakov
commited on
Commit
·
2dcfde5
1
Parent(s):
7472d5a
Add missing deps
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -45,6 +45,7 @@ RUN pyenv install ${PYTHON_VERSION} && \
|
|
| 45 |
pip install packaging ninja
|
| 46 |
|
| 47 |
COPY --chown=1000 ./requirements.txt /tmp/requirements.txt
|
|
|
|
| 48 |
RUN pip install youtokentome --no-build-isolation
|
| 49 |
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
|
| 50 |
|
|
|
|
| 45 |
pip install packaging ninja
|
| 46 |
|
| 47 |
COPY --chown=1000 ./requirements.txt /tmp/requirements.txt
|
| 48 |
+
RUN pip install Cython packaging
|
| 49 |
RUN pip install youtokentome --no-build-isolation
|
| 50 |
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
|
| 51 |
|