Ywung commited on
Commit
81eedda
1 Parent(s): e2b1957

try to fix dependencies

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN python3 -m venv /build/venv
13
  RUN . /build/venv/bin/activate && \
14
  pip3 install --upgrade pip setuptools wheel && \
15
  pip3 install torch torchvision torchaudio && \
16
- pip3 install --no-cache-dir datasets "huggingface-hub>=0.12.1" "protobuf<4" "click<8.1" "pydantic~=1.0" && \
17
  pip3 install -r requirements.txt
18
 
19
  # https://developer.nvidia.com/cuda-gpus
 
13
  RUN . /build/venv/bin/activate && \
14
  pip3 install --upgrade pip setuptools wheel && \
15
  pip3 install torch torchvision torchaudio && \
16
+ pip3 install --no-cache-dir datasets && \
17
  pip3 install -r requirements.txt
18
 
19
  # https://developer.nvidia.com/cuda-gpus