edemana commited on
Commit
cc63fb6
·
verified ·
1 Parent(s): 445a288

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -9,10 +9,10 @@ RUN apt-get update && apt-get install -y \
9
 
10
  # Install Python dependencies
11
  RUN pip install --no-cache-dir \
12
- torch==2.0.1+cu121 \
13
- torchvision==0.15.1+cu121 \
14
- torchaudio==2.1.1+cu121 \
15
- gradio==3.7.1 \
16
  tqdm \
17
  pillow \
18
  numpy
 
9
 
10
  # Install Python dependencies
11
  RUN pip install --no-cache-dir \
12
+ torch \
13
+ torchvision \
14
+ torchaudio \
15
+ gradio \
16
  tqdm \
17
  pillow \
18
  numpy