Spaces:
Sleeping
Sleeping
Update docker file to install huggingface_hub
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -2,6 +2,8 @@ FROM python:3.11-slim
|
|
2 |
|
3 |
RUN pip install poetry==1.6.1
|
4 |
|
|
|
|
|
5 |
RUN poetry config virtualenvs.create false
|
6 |
|
7 |
WORKDIR /code
|
|
|
2 |
|
3 |
RUN pip install poetry==1.6.1
|
4 |
|
5 |
+
RUN pip install huggingface_hub
|
6 |
+
|
7 |
RUN poetry config virtualenvs.create false
|
8 |
|
9 |
WORKDIR /code
|