CMalone-Jupiter commited on
Commit
8b467a4
·
verified ·
1 Parent(s): df3552b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -97,7 +97,8 @@ RUN pip install --no-cache-dir \
97
  "matplotlib>=3.10.8,<4" \
98
  "natsort>=8.4.0,<9" \
99
  "pyyaml>=6.0.3,<7" \
100
- "httpx>=0.28.1,<0.29"
 
101
 
102
  # Register miniconda Python as the Jupyter kernel so imports work correctly
103
  RUN pip install --no-cache-dir ipykernel && \
 
97
  "matplotlib>=3.10.8,<4" \
98
  "natsort>=8.4.0,<9" \
99
  "pyyaml>=6.0.3,<7" \
100
+ "httpx>=0.28.1,<0.29" \
101
+ "huggingface_hub[hf_xet]"
102
 
103
  # Register miniconda Python as the Jupyter kernel so imports work correctly
104
  RUN pip install --no-cache-dir ipykernel && \