leofan commited on
Commit
d7a6eef
1 Parent(s): fe666f0

Update docker file to install huggingface_hub

Browse files
Files changed (1) hide show
  1. 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