Spaces:
Sleeping
Sleeping
finally???
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN xargs apt-get install -y </code/packages.txt
|
|
| 15 |
RUN echo $(ls -1 /usr/lib/)
|
| 16 |
RUN echo $(ls -1 /usr/lib/python3.10)
|
| 17 |
|
| 18 |
-
RUN cp /usr/lib/python3/dist-packages/fontforge.cpython-310-x86_64-linux-gnu.so /usr/lib/python3.10/
|
| 19 |
|
| 20 |
COPY ./requirements.txt /code/requirements.txt
|
| 21 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
|
| 15 |
RUN echo $(ls -1 /usr/lib/)
|
| 16 |
RUN echo $(ls -1 /usr/lib/python3.10)
|
| 17 |
|
| 18 |
+
RUN cp /usr/lib/python3/dist-packages/fontforge.cpython-310-x86_64-linux-gnu.so /usr/lib/python3.10/
|
| 19 |
|
| 20 |
COPY ./requirements.txt /code/requirements.txt
|
| 21 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|