nia2 commited on
Commit
4bede1f
1 Parent(s): 483cbb5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ COPY requirements.txt /tmp/requirements.txt
18
  RUN pip install --no-cache-dir pip==22.3.1 && \
19
  pip install --no-cache-dir \
20
  datasets \
21
- "huggingface-hub>=0.19" \
22
  "hf-transfer>=0.1.4" \
23
  "protobuf<4" \
24
  "click<8.1" \
 
18
  RUN pip install --no-cache-dir pip==22.3.1 && \
19
  pip install --no-cache-dir \
20
  datasets \
21
+ "huggingface_hub>=0.19" \
22
  "hf-transfer>=0.1.4" \
23
  "protobuf<4" \
24
  "click<8.1" \