fffiloni commited on
Commit
bb0efa4
·
verified ·
1 Parent(s): 75046ec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -35,6 +35,7 @@ RUN pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 -f https://download
35
  RUN pip install --no-cache-dir -r requirements.txt
36
  RUN pip install --no-cache-dir gradio==5.44.0
37
  RUN pip install --no-cache-dir moviepy==1.0.3
 
38
  RUN pip install --no-cache-dir gradio_client
39
  RUN pip install --no-cache-dir opencv-python
40
 
 
35
  RUN pip install --no-cache-dir -r requirements.txt
36
  RUN pip install --no-cache-dir gradio==5.44.0
37
  RUN pip install --no-cache-dir moviepy==1.0.3
38
+ RUN pip install --no-cache-dir numpy==1.26.4
39
  RUN pip install --no-cache-dir gradio_client
40
  RUN pip install --no-cache-dir opencv-python
41