Spaces:
Runtime error
Runtime error
jonatanklosko
commited on
Commit
•
61262c2
1
Parent(s):
ea33cf6
Add pytorch to avoid runtime warning
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 --break-system-packages 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 torch sentencepiece protobuf
|
14 |
|
15 |
EXPOSE 7860
|
16 |
|