Update Dockerfile
Browse files- 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 |
|