habdine commited on
Commit
1660731
·
verified ·
1 Parent(s): e2f9cba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -18,6 +18,7 @@ RUN pip3 install numpy scipy torch==2.2 transformers==4.44.2
18
  RUN pip3 install torch-geometric
19
  RUN pip3 install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.2.0+cpu.html
20
  RUN pip3 install gradio
 
21
 
22
 
23
 
 
18
  RUN pip3 install torch-geometric
19
  RUN pip3 install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.2.0+cpu.html
20
  RUN pip3 install gradio
21
+ RUN pip3 install spaces
22
 
23
 
24