Spaces:
Runtime error
Runtime error
Commit
·
f00d034
1
Parent(s):
06980e4
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -10,6 +10,8 @@ RUN sudo apt-get update -y
|
|
| 10 |
RUN sudo apt-get upgrade -y
|
| 11 |
# Install any needed packages specified in requirements.txt
|
| 12 |
RUN python -m pip install --upgrade pip
|
|
|
|
|
|
|
| 13 |
RUN pip install transformers[torch] -y
|
| 14 |
RUN pip install -r requirements.txt
|
| 15 |
|
|
|
|
| 10 |
RUN sudo apt-get upgrade -y
|
| 11 |
# Install any needed packages specified in requirements.txt
|
| 12 |
RUN python -m pip install --upgrade pip
|
| 13 |
+
RUN pip install gradio langchain
|
| 14 |
+
|
| 15 |
RUN pip install transformers[torch] -y
|
| 16 |
RUN pip install -r requirements.txt
|
| 17 |
|