Spaces:
Running
Running
Commit
·
ea33cf6
1
Parent(s):
053ebe2
Update pip package installation
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ ENV LIVEBOOK_DATA_PATH "/data"
|
|
10 |
ENV LIVEBOOK_PORT 7860
|
11 |
|
12 |
RUN apt-get update && apt-get install -y python3 python3-pip python-is-python3
|
13 |
-
RUN pip --no-cache-dir install transformers sentencepiece protobuf
|
14 |
|
15 |
EXPOSE 7860
|
16 |
|
|
|
10 |
ENV LIVEBOOK_PORT 7860
|
11 |
|
12 |
RUN apt-get update && apt-get install -y python3 python3-pip python-is-python3
|
13 |
+
RUN pip --no-cache-dir install --break-system-packages transformers sentencepiece protobuf
|
14 |
|
15 |
EXPOSE 7860
|
16 |
|