Spaces:
Runtime error
Runtime error
Commit
·
7b95d64
1
Parent(s):
51990b9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM python:3.9
|
|
| 3 |
WORKDIR /code
|
| 4 |
RUN apt-get update -y
|
| 5 |
RUN apt-get upgrade -y
|
| 6 |
-
|
| 7 |
RUN pip install transformers[torch]
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
RUN python -m pip install --upgrade pip
|
|
|
|
| 3 |
WORKDIR /code
|
| 4 |
RUN apt-get update -y
|
| 5 |
RUN apt-get upgrade -y
|
| 6 |
+
RUN pip install unicorn
|
| 7 |
RUN pip install transformers[torch]
|
| 8 |
COPY ./requirements.txt /code/requirements.txt
|
| 9 |
RUN python -m pip install --upgrade pip
|