Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN pip3 install git+https://github.com/a-r-j/graphein.git
|
|
17 |
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 |
RUN pip3 install spaces
|
22 |
|
23 |
|
|
|
17 |
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==5.0.1
|
21 |
RUN pip3 install spaces
|
22 |
|
23 |
|