cbensimon HF staff commited on
Commit
ebd4e4b
·
1 Parent(s): 3b04c28

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10
2
 
3
- RUN pip install fastapi uvicorn[standard]
4
 
5
  COPY --link . .
6
 
 
1
  FROM python:3.10
2
 
3
+ RUN pip install fastapi uvicorn[standard] huggingface_hub
4
 
5
  COPY --link . .
6