TillCyrill
commited on
Commit
·
1d6ab1f
1
Parent(s):
8c87c7b
dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,8 @@ RUN pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_co
|
|
| 11 |
RUN pip install torch_geometric
|
| 12 |
RUN pip install h5py ipykernel==5.5.5 ipywidgets==7.6.3 jupyter nglview==2.7.7 pandas
|
| 13 |
RUN pip install pytorch-lightning==1.8.3
|
| 14 |
-
RUN pip install
|
|
|
|
| 15 |
|
| 16 |
RUN apt-get update; \
|
| 17 |
DEBIAN_FRONTEND=noninteractive; \
|
|
|
|
| 11 |
RUN pip install torch_geometric
|
| 12 |
RUN pip install h5py ipykernel==5.5.5 ipywidgets==7.6.3 jupyter nglview==2.7.7 pandas
|
| 13 |
RUN pip install pytorch-lightning==1.8.3
|
| 14 |
+
RUN pip install gradio
|
| 15 |
+
#RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
| 16 |
|
| 17 |
RUN apt-get update; \
|
| 18 |
DEBIAN_FRONTEND=noninteractive; \
|