TillCyrill
commited on
Commit
·
8c87c7b
1
Parent(s):
4625970
dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ 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 --no-cache-dir --upgrade -r
|
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 --no-cache-dir --upgrade -r requirements.txt
|
15 |
|
16 |
RUN apt-get update; \
|
17 |
DEBIAN_FRONTEND=noninteractive; \
|